christoomey / vim-tmux-navigator

Seamless navigation between tmux panes and vim splits
MIT License
5.07k stars 319 forks source link

use nnoremap instead of noremap #390

Closed MohammadLashkari closed 1 month ago

MohammadLashkari commented 1 month ago

resolve #388, use nnoremap instead of noremap to avoid conflicts in other modes

christoomey commented 1 month ago

Just a note that I updated to keep the other noremap references in sync. Thanks for the note and PR!