summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux8
1 files changed, 7 insertions, 1 deletions
diff --git a/tmux b/tmux
index 2384843..13513a2 100644
--- a/tmux
+++ b/tmux
@@ -1,6 +1,12 @@
# vim: filetype=tmux
-# 0 is too far from ` ;)
+# rebind leader to C-\
+unbind-key C-b
+set -g prefix 'C-\'
+bind-key 'C-\' send-prefix
+
+
+# 0 is too far from `
set -g base-index 1