tmux: add `bind C customize-mode` for quick customize-mode access

fix-ci
bretello 2023-07-26 00:06:27 +02:00
parent cea2eed10c
commit fc0410eff3
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,6 @@ 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
# set window split
bind-key b split-window
# default window title colors
set-window-option -g window-status-style fg=colour244,bg=default,dim # fg=base0
@ -104,3 +101,5 @@ bind-key V choose-window 'join-pane -h -s "%%"'
bind-key W choose-window 'swap-window -t "%%"'
bind A command-prompt "rename-window "%%""
bind C customize-mode