I'd like to bind the Tmux prefix to the unicode character (while also keeping C-b).
I'we tried putting the following in my ~/.tmux.conf, but none of theese works
set -g prefix M-$
bind M-$ send-prefix
set -g prefix
bind send-prefix
set -g prefix ""
bind "" send-prefix
I'm on OS X Yosemite 10.10.3, using a Danish keyboard layout.