From 9f7d1588b04644d8a1671d2325fefbb4f772e466 Mon Sep 17 00:00:00 2001 From: Hunter Braun Date: Fri, 2 Nov 2018 16:56:42 -0500 Subject: [PATCH] Remove section about Neovim incompatibility --- README.md | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 4dcce42..490fa34 100644 --- a/README.md +++ b/README.md @@ -247,8 +247,8 @@ sources the non-interactive config. ### It doesn't work in Vim's `terminal` mode -Terminal mode is currently unsupported as adding this plugin's mappings there -causes conflict with movement mappings for FZF (it also uses terminal mode). +Terminal mode is currently unsupported as adding this plugin's mappings there +causes conflict with movement mappings for FZF (it also uses terminal mode). There's a conversation about this in https://github.com/christoomey/vim-tmux-navigator/pull/172 ### It Doesn't Work in tmate @@ -262,32 +262,6 @@ detail. [tmate]: http://tmate.io/ -### It Doesn't Work in Neovim (specifically C-h) - -[Neovim][] is a Vim fork. While Neovim is intended to be a drop-in replacement -for Vim, it does handle some keyboard input differently than Vim does. Some -users (including those on OS X) may find that all of their pane-switching -keybindings work with the exception of Ctrl+h, which -instead returns a backspace. The explanation of what is going on vastly exceeds -the scope of this guide, but you can read the discussion on this Neovim -[issue][]. - -The simplest and hackiest solution is to add the following to your Neovim -`init.vim`, capturing the Backspace that Neovim receives when -Ctrl+h is typed in normal mode: - -```vimL -nnoremap :TmuxNavigateLeft -``` - -A more complete and less-hacky solution would be to update the incorrect -terminfo entry that is part of the problem on OS X (and some Linux -distributions) as described in this [comment][]. - -[Neovim]: https://neovim.io/ -[issue]: https://github.com/neovim/neovim/issues/2048 -[comment]: https://github.com/neovim/neovim/issues/2048#issuecomment-78045837 - ### It Still Doesn't Work!!! The tmux configuration uses an inlined grep pattern match to help determine if