summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-01-17 21:34:26 -0500
committerJake Koroman <jake@jakekoroman.com>2026-01-17 21:34:26 -0500
commit42c82d78a474927e04286233af561ace033dfae3 (patch)
tree3ef806eafa54704da13ec8fe5191152c7f4e2409 /tmux/tmux.conf
parent3fe0a33640df9dd2cb66234ce0e9d322c5539a43 (diff)
update tmux prefix key.
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 19239e1..08a73c3 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,6 +1,6 @@
unbind C-b
-set -g prefix C-a
-bind C-a send-prefix
+set -g prefix C-'\'
+bind C-'\' send-prefix
set -g mouse on
set-option -g history-limit 10000