christoomey / vim-tmux-navigator

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

added 'v' and 'y' keys for selection and copy in copy-mode-vi #363

Closed davidfresco closed 9 months ago

davidfresco commented 9 months ago

added binds in copy mode for v to start selection like visual, and y to yank to tmux clipboard

christoomey commented 9 months ago

Hey @davidfresco - thanks for sending this in, but looking at it, it seems like these are strictly tmux bindings and not related to the whole vim<>tmux thing. Given that, I'm going to close this (I strive to keep things as simple and focused as possible here).