Excited-bore
Excited-bore
To elaborate: Yes, chaining off mapping doesn't become easier with this. Debugging does. My problem was that it looked at first glance that i just mapped `inoremap ` poorly, while...
Userconfig would break, but only for the YCM side. Like if there were remappings with keys (f.ex. inoremap ``) YCM uses, mappings that YCM wouldn't overwrite any longer would suddenly...
Ow that's ok, I've actually managed to make it work on my own pretty easily by adding a clear at the end of the `send-keys` in `utils.py` `tmux("send-keys", "-t", pane_id,...
Doing an export of $HOME/.nix-profile/bin does seem to be root cause of why nix didn't work ``` [man@pie /home/man]$ apx init --nix ``` responds succesfully But trying to install f.ex....