christoomey / vim-tmux-navigator

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

Map the vim bindings in more modes #323

Closed druckdev closed 1 year ago

druckdev commented 1 year ago

Use (nore)map to map the functions in visual, select and operator-pending mode instead of only in normal mode.

Use <C-U> (:h c_CTRL-U) to delete the automatically inserted range when pressing : in visual mode, as the functions do not support a range.

Update all references in the README and help page.

christoomey commented 1 year ago

Thanks for the update, @druckdev!