From 42c82d78a474927e04286233af561ace033dfae3 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sat, 17 Jan 2026 21:34:26 -0500 Subject: update tmux prefix key. --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux') 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 -- cgit v1.2.3