tmux: update prefix key
This commit is contained in:
parent
960b354b31
commit
15d6fa1aab
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue