christoomey/vim-tmux-navigator

Conflict with <C-j> and <C-k> keybindings in insert and select modes

MohammadLashkari opened this issue · 1 comments

I have keymaps for and to jump to the next and previous snippet parameters in insert and select modes. However, I discovered a conflict with these keybindings when I checked your plugin's keybindings. I realized that these keybindings work in all modes by default. What is the reason for this, and wouldn't it be better if they only worked in normal mode to avoid such conflicts?

Hmm, good point! These really should be normal mode only. I'd welcome a PR to update, and you can use the notes in this section to redefine the key bindings to use normal mode mappings.