christoomey / vim-tmux-navigator

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

Add information on SIGQUIT key binding options #325

Closed mitchallain closed 1 year ago

mitchallain commented 1 year ago

I occasionally use Ctrl-\ to send SIGQUIT to a process running in the foreground, and it took me a few minutes to trace my issue to this plugin. This PR adds some info to the README.md on how to rebind SIGQUIT to the prefix table or unbind it for tmux navigation. I've placed it directly after similar guidance on the clear screen key binding.