christoomey / vim-tmux-navigator

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

Can I make it use CTRL+SHIFT+vi for navigation instead of CTRL+vi #348

Closed rew1nter closed 1 year ago

rew1nter commented 1 year ago

I'm using bash vi mode. So when using this plugin Ctrl+l does its job of navigation but takes away the clear screen ability. Currently I can only think of adding shift to either the navigation or to the clear screen command. What are some other workarounds for this conflict?

Verisana commented 1 year ago

In case you didn't see the FAQ, there is a workaround: https://github.com/christoomey/vim-tmux-navigator#restoring-clear-screen-c-l

christoomey commented 1 year ago

@Verisana thanks for sharing link to the readme section on this. I'm going to close the issue now as I think that section largely covers the issue.