aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-12-02 23:05:35 -0500
committerxero <x@xero.nu>2015-12-02 23:06:45 -0500
commitf015f7ced3b511993dd68d8bc1d5a00dd07aba2a (patch)
treecba5dc52aad7bb66d4b8bf076b7e43517e8685b4
parent1fe7918d197d3edb2d837f1953c02fb0ac717748 (diff)
downloaddotfiles_ascii-f015f7ced3b511993dd68d8bc1d5a00dd07aba2a.tar.xz
dotfiles_ascii-f015f7ced3b511993dd68d8bc1d5a00dd07aba2a.zip
change tmux leader to `backtick`
-rw-r--r--tmux/.tmux.conf6
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