chore(tmux): change the prefix key

This commit is contained in:
Oliver Davies 2022-06-11 08:15:56 +01:00
parent dc695c56b4
commit 653d3e0e0e

View file

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