Just Installed , Not working Ctrl H (Rest fine)
Hi, I've just installed this amazing plugin in my Vim and Tmux and it works amazingly , just Ctrl H is not switching to the left pane (the rest are fine) My system is:
VIM - Vi IMproved 8.2 tmux 3.1b
Do you guys know anything? Thanks very much!!
Have you checked out the items in the troubleshooting list? In addition, I'd specifically check the following in vim :verbose nmap <C-h>.
Thanks for the fast response.
n <C-H> * :TmuxNavigateLeft<CR>
Last set from ~/.vim/bundle/vim-tmux-navigator/plugin/tmux_navigator.
The command is being specified in troubleshooting I don't know much how to run it. If I write ``` \vn(nore)?map\s+<c-[hjkl]>```` on the .vimrc I get
line 46:
E518: Unknown option: expandtabvn(nore)?map\s+\<c-[hjkl]\>
vim line 19
The firstone looks alright. The secondone I think I didn't probably understood how to run it properly.
Hi , just letting you know I reinstalled my system Kali Linux now with a different desktop environment and it does work I was using XFCE and now I'm using KDE (this second one uses Konsole terminal emulator)
Hi just letting you know that I have reinstaled back Kali with XFCE and It comes back to the buggy behaviour. I've checked on the desktop environment for a keyboard-bind assigned on C - h , also in the terminals one but it seems none of those have any conflicting bind
I am also experiencing this.
Ctrl + H does not work in either tmux or vim. :Verbose nmap gives the same output as listed above
I have tried setting up the plugin both by putting it in the plugin folder and also by directly modifying tmux.
I'm on vim 8.2 and tmux 3.1b Mac OS X 10.15.6
I had the same issue on current Kali - the example .tmux.conf worked for everything except moving left with Ctrl-H. I'm pretty sure this is an issue with qterminal, the default terminal emulator in Kali - Ctrl-H is being interpreted as Backspace (see https://github.com/lxqt/qtermwidget/issues/235). I switched to kitty the problem went away.