11 lines
195 B
Bash
11 lines
195 B
Bash
unbind-key C-b
|
|
set-option -g prefix C-s
|
|
bind-key C-s send-prefix
|
|
|
|
bind -r k select-pane -U
|
|
bind -r j select-pane -D
|
|
bind -r h select-pane -L
|
|
bind -r l select-pane -R
|
|
|
|
set-option -s escape-time 0
|