[misc] fallback to c-b prefix

This commit is contained in:
Klesh Wong 2020-05-24 17:34:16 +08:00
parent 8f4e31286e
commit d6ab203569

View File

@ -15,7 +15,7 @@ set-option -g display-time 4000
############################
setw -g mode-keys vi
set -g status-keys vi
set -g prefix C-h
# set -g prefix C-h
bind-key c new-window -c '#{pane_current_path}'
bind-key '"' split-window -c '#{pane_current_path}'
bind-key % split-window -h -c '#{pane_current_path}'