How to change key binding for Tmux
- by Severin
I want to change the key binding in Tmux so I can use
Ctrl + Alt
instead of
Ctrl + b
This is my (unfortunately) not working try to do so.
unbind C-b set -g prefix M-C
What's wrong with this? Thought I followed the documentation for the keys.