You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FZF uses Control+hjkl key combos for movement and it interferes with
this plugin. This commit adds the FZF process name(fzf) to the list of
programs that make this plugin not automatically trigger a window change.
This plugin also adds instructions to the readme file in case a user
wants to add their own programs to the list, or remove existing ones.
closes#346
#### Ignoring programs that use Ctrl+hjkl movement
190
+
191
+
In interactive programs such as FZF, Ctrl+hjkl can be used instead of the arrow keys to move the selection up and down. If vim-tmux-navigator is getting in your way trying to change the active window instead, you can make it be ignored and work as if this plugin were not enabled. Just modify the `is_vim` variable(that you have either on the snipped you pasted on `~/.tmux.conf` or on the `vim-tmux-navigator.tmux` file). For example, to add the program `foobar`:
0 commit comments