From 9b07a6e9eb901ccffec3c77e9f9caf93e13038e8 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 21 Apr 2024 12:17:26 -0700 Subject: [PATCH] set prefix back to m-x --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index b0f3b1c..e1b0dcb 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 c-q -bind-key c-q send-prefix +set-option -g prefix m-x +bind-key m-x send-prefix set-option -g mouse on set-option -ga terminal-overrides ",*256col*:Tc"