Mac High Sierra, Tmux 2.7.
Objetivo final: tornar Ctrl+j
e Ctrl+k
entre os painéis do tmux.
Comportamento estranho:
Falhas
bind-key -T root C-j select-pane -t :.+1
bind-key -T prefix C-j select-pane -t :.+1
Sucessos
bind-key -T prefix j select-pane -t :.+1
bind-key -T prefix C-u copy-mode -u
bind-key -T root C-i select-pane -t :.+1
Eu reiniciei meu servidor tmux desde essas mudanças. Estes são copiados de tmux list-keys
.
EDIT: na verdade, o C-i
binding não aparece em tmux list-keys
. o que está acontecendo com o tmux no mac?
Tags tmux