christoomey / vim-tmux-navigator

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

the ctrl+h mapping interrupts the ctrl+backspace mapping #354

Closed rew1nter closed 1 year ago

rew1nter commented 1 year ago

This might not be the place to ask this but.. yeah

Earlier I had this in my terminal "\C-h": backward-kill-word to delete a word with ctrl + bak. The terminal recognizes the ctrl+backspace as ctrl+h. So the previous mapping I had is not working anymore. Is there any way to make these two work differently?

christoomey commented 1 year ago

Couple options as far as I can tell:

I'm going to close this as I this isn't an issue per se, but hopefully these notes provide some direction.