tmux: update prefix key
This commit is contained in:
parent
960b354b31
commit
15d6fa1aab
|
@ -11,8 +11,8 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
|
||||||
set -g prefix C-s
|
set -g prefix `
|
||||||
bind C-s send-prefix
|
bind ` send-prefix
|
||||||
|
|
||||||
bind-key -n C-h select-pane -L
|
bind-key -n C-h select-pane -L
|
||||||
bind-key -n C-j select-pane -D
|
bind-key -n C-j select-pane -D
|
||||||
|
|
Loading…
Reference in a new issue