chore(tmux): change prefix key

This commit is contained in:
Oliver Davies 2022-05-31 00:43:42 +01:00
parent 2ae7d9af1f
commit 8b82801181

View file

@ -1,5 +1,6 @@
unbind C-b
set -g prefix C-s
set -g prefix `
bind ` send-prefix
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"