-
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
Does not work with neovim's :terminal #187
Comments
I'm not a neovim user so I've not been able to test this myself, but this PR adds bindings for neovim's terminal mode. Can you check that out, and if it works for you let us know as a data point around that functionality? |
I got same problem. Cannot navigate in neovim however it works with vim. Recently migrate to Ubuntu Artful with It used to work on iTerm and tmux with same config (In macOs Sierra). |
@bangn when you "it works with vim", are you saying it works with vim terminal? |
Hi @damnskippy, Im not fully understand what you meant by vim terminal. However, when I used vim, gtk-terminal and tmux, vim-tmux-navigator works for me. Neovim will not Hope it helps Cheers |
@bangn @christoomey
I already have the above in my vimrc and works great, so I'm all set; but just wondering if it makes sense to integrate into this plugin "natively", but I also see how it is out of scope in some ways. |
I believe we've avoided adding (actually added and then subsequently removed) the mappings as part of the core plugin as they interfere with fzf.vim functionality (see #128). |
Got it working by changing the regex. I think because I installed neovim via Credit to: https://mendo.zone/fun/neovim-setup-haskell/ |
Closing this in favor of #172 where I'd like to collect any conversations around terminal mode mappings. |
If you start a terminal inside of neovim (with
:terminal
) it becomes impossible to switch the pane. (both inside vim and tmux).The funny part is: it does seem to work again after opening vim inside said terminal ^^
The text was updated successfully, but these errors were encountered: