1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-23 20:11:31 +01:00

tmux: use set -ga mouse

This commit is contained in:
bretello 2023-07-25 10:45:42 +02:00
parent 9ccf8699ec
commit cea2eed10c
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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