christoomey / vim-tmux-navigator

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

Add option to avoid overriding the C-\ key. #304

Closed bergercookie closed 2 years ago

bergercookie commented 2 years ago

Add flag to avoid overriding the C-\ key

The C-\ key is rather useful since it's normally mapped to the SIGQUIT signal. This commit adds a flag to disable this mapping if the user wishes to.

christoomey commented 2 years ago

Hi @bergercookie, appreciate the suggestion here, but I'd prefer to avoid the additional configuration here. The TPM download is meant to be the one liner simple approach to the installation, but for users who want more customization, e.g. avoiding this particular mapping, the default install notes w/ manually adding the lines to the tmux.conf should work fine.