-
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 fzf.vim
broken since tnoremap
update
#128
Comments
Yeah, sorry. We should probably revert this altogether, and not add these mappings for terminal windows (which fzf uses). |
This reverts commit e13914d. Fixes christoomey#128.
I'm still seeing this issue on the latest commit (but in vim, not neovim). Is there some workaround to have it ignore J/K if you have the :Files pane open from FZF? |
@adamyonk |
I think So if most people can accept using Or how about this? Add a switch to let the user enable these mappings if they want to navigate when using terminal in nvim. |
The latest commit broke the ability to use
ctrl-j
andctl-k
to navigate up and down in a list infzf.vim
when using Neovim. I know that a cross-plugin compatibility issue is not really your problem, but it would be great to have this feature restored. For the time being, I had to pin myvim-plug
dependency to the previous commit to keep things working the way I'm used to.Since detecting when
fzf.vim
is open, it might be nice to just add a configuration option that can be turned off to prevent the terminal remaps from being set.The text was updated successfully, but these errors were encountered: