From cea2eed10c749f9255610bfacfbb69d57f7bff3b Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 25 Jul 2023 10:45:42 +0200 Subject: [PATCH] tmux: use `set -ga mouse` --- tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index ae77e84..cb30311 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,4 +1,5 @@ -set-option -g mouse +set-option -ga mouse + # https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf set-option -g status-style bg=colour235,fg=colour136,default # bg=base02, fg=yellow @@ -102,4 +103,4 @@ bind-key V choose-window 'join-pane -h -s "%%"' bind-key W choose-window 'swap-window -t "%%"' -bind A command-prompt "rename-window \"%%\"" +bind A command-prompt "rename-window "%%""