tmux: update prefix key

This commit is contained in:
Oliver Davies 2024-07-23 21:33:13 +01:00
parent 960b354b31
commit 15d6fa1aab

View file

@ -11,8 +11,8 @@ in
extraConfig = ''
unbind C-b
set -g prefix C-s
bind C-s send-prefix
set -g prefix `
bind ` send-prefix
bind-key -n C-h select-pane -L
bind-key -n C-j select-pane -D