mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
tmux: add bind C customize-mode
for quick customize-mode access
This commit is contained in:
parent
cea2eed10c
commit
fc0410eff3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user