tmux: use `set -ga mouse`

fix-ci
bretello 2023-07-25 10:45:42 +02:00
parent 9ccf8699ec
commit cea2eed10c
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 2 deletions

View File

@ -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 "%%""