aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux.conf')
-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