-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim -> Vim does not work in nix package vim_configurable #264
Comments
Hmm, I'm not sure what exactly you would need to change the pattern to. You're very much in the right ballpark as the process name does not seem to be matching. I'd suggest continuing to tweak there, but you could also try the original process matching check (less functionality, but easier to work with, I think). |
I fiddled a bit, and turns out that the pattern I wanted to use works. The problem is that if I change the
I am quite sure that my EDIT: Added my tmux.conf (with mangled name to make github accept it) |
Well, turns out the |
I cannot switch between vim panes when using the vim_configurable package in nix. I think this is because the process name is different/unknown to vim-tmux-navigator. I used the command from #195 to check this
This prints in my case:
As a sanity check, the
:TmuxNavigateDown
and others work fine. It's just that<C-j>
and others move to the next tmux pane instead of vim pane. As another sanity check, I installed the regular vim package from nix, and that one does work.I tried to resolve this by adding
.
and-wrapped
to theis_vim
command in my.tmux.conf
, but I couldn't get it to work. I would be fine with having to modify the command to fit my kind of vim, but currently I am not sure what I have to add/modify to make it work. For reference, this is what I tried changing theis_vim
to:What do I have to change
is_vim
to to make it work with vim_configurable?The text was updated successfully, but these errors were encountered: