From 5cccc252bf47fb3d306a58d0a1b96d33d9f14e01 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 20 Apr 2024 12:18:58 -0700 Subject: [PATCH] Change prefix --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index e6315d5..b0f3b1c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,8 +12,8 @@ bind-key -n m-right resize-pane -R bind-key -n m-\; last-pane -set-option -g prefix m-x -bind-key C-q send-prefix +set-option -g prefix c-q +bind-key c-q send-prefix set-option -g mouse on set-option -ga terminal-overrides ",*256col*:Tc"