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:
parent
9ccf8699ec
commit
cea2eed10c
|
@ -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 "%%""
|
||||
|
|
Loading…
Reference in New Issue
Block a user