diff options
author | xero <x@xero.nu> | 2015-12-02 23:05:35 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2015-12-02 23:06:45 -0500 |
commit | f015f7ced3b511993dd68d8bc1d5a00dd07aba2a (patch) | |
tree | cba5dc52aad7bb66d4b8bf076b7e43517e8685b4 /tmux | |
parent | 1fe7918d197d3edb2d837f1953c02fb0ac717748 (diff) | |
download | dotfiles_ascii-f015f7ced3b511993dd68d8bc1d5a00dd07aba2a.tar.xz dotfiles_ascii-f015f7ced3b511993dd68d8bc1d5a00dd07aba2a.zip |
change tmux leader to `backtick`
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b59a333..273c807 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,10 +14,10 @@ # ░▓▓▓▓▓▓▓▓▓▓ # ░░░░░░░░░░ -# change prefix to Ctrl-a (like in gnu-screen) +# change prefix to backtick unbind C-b -set-option -g prefix C-a -bind-key C-a send-prefix +set-option -g prefix ` +bind ` send-prefix # shell set -g default-command /usr/bin/zsh |