-
Notifications
You must be signed in to change notification settings - Fork 342
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
Navigating between nvim splits doesn't work with nvim.appimage #213
Comments
#201 should solve this. |
Can you share the output of running |
@christoomey sorry, I forgot about that.
Ha! So, I guess @blueyed I'll go through #201 later. I'll keep you both updated. |
To be honest, I am not quite sure what to make of #201. As far as I understand the discussion, the proposed fix requires a newer tmux version -- mine is 2.3 though. Probably I should keep things simple and just use the nvim version distributed by the package manager. |
I just figured out that building nvim from source works. |
Yes, it is certainly the regex/process name here. As for #201 the tmux.conf from #201 (comment) works with older tmux versions. |
You might want to ask in Neovim's issues about having better output with |
Previously, an nvim.appimage was download and linked. Now, it is cloned and built and installed. This is done as a worwaround of christoomey/vim-tmux-navigator#213
This is also a problem for me. My sysadmin installed neovim and made it available to me only as an appimage. |
When using
nvim.appimage
from official releases (https://github.com/neovim/neovim/releases) navigating withinnvim
between splits doesn't work. I assume this has something to do withwhich catches the input (e.g.
<c-j>
) becausegrep -iqE ...
doesn't match onnvim.appimage
.I already tried renaming
nvim.appimage
tonvim
and copying it into/usr/bin
but that didn't solve the issue. I don't want to fiddle around with above regex though because it seems quite sophisticated. :-)When removing above lines from my
.tmux.conf
I can navigate between splits innvim.appimage
again. That said, obviously I then can no longer use navigation betweennvim
and tmux splits.The text was updated successfully, but these errors were encountered: