1

I'm trying to remap Ctrl + I to be captured as something else than tab, so I can use it as a shortcut in tmux.

However I cannot get to work. As a test case I tried to get Ctrl + I to output Ctrl + W with the following line for rxvt in .Xresources

URxvt.keysym.Control-i: \033w

and then map tmux

bind -n C-w select-pane -U

however, tmux ignores the Ctrl + I and just outputs ^[w to the terminal. Same with a non-tmux terminal window.

What am I doing wrong?

clhy
  • 6,514

0 Answers0