set prefix back to m-x

This commit is contained in:
Alex Yatskov 2024-04-21 12:17:26 -07:00
parent 5cccc252bf
commit 9b07a6e9eb

View File

@ -12,8 +12,8 @@ bind-key -n m-right resize-pane -R
bind-key -n m-\; last-pane bind-key -n m-\; last-pane
set-option -g prefix c-q set-option -g prefix m-x
bind-key c-q send-prefix bind-key m-x send-prefix
set-option -g mouse on set-option -g mouse on
set-option -ga terminal-overrides ",*256col*:Tc" set-option -ga terminal-overrides ",*256col*:Tc"