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 = '' 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