xterm

Bind Ctrl+Tab and Ctrl+Shift+Tab in tmux

我与影子孤独终老i 提交于 2019-11-26 22:39:42
问题 I'm trying to a get a ctrl + tab and ctrl + shift + tab binding to work inside of a tmux session (I'm also using PuTTY). I already went through the pains of having to recompile PuTTY so it would send ctrl and shift correctly. After using ctrl + v , and I'm able to see that ^[[27;5;9~ and ^[[27;6;9~ are being sent for ctrl + tab and ctrl + shift + tab , respectively. Is there any way I can get these bound to next-window and previous-window inside of tmux? Edit: After some research, I'm