Isso funciona para mim:
unbind C-b
set-option -g prefix C-g
bind-key C-g send-prefix
mas isso não acontece:
unbind C-b
set-option -g prefix ½
bind-key ½ send-prefix
Como posso usar a chave ½ como prefixo?
$ tmux -V
tmux 2.6
$ locale
LANG=C
LANGUAGE=C
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
Responder1
O suporte para chaves Unicode foi adicionado no tmux 2.3. Tem certeza de que seu tmux é novo o suficiente?
Mostra tmux show -g prefix
a mudança? Você se lembrou de reiniciar totalmente o tmux após alterar .tmux.conf?