tmux: move theme switcher to Prefix+Shift+1/2/3 (!/@/#)
This commit is contained in:
@@ -222,10 +222,10 @@ source-file ~/.config/tmux/themes/gruvbox.tmux
|
||||
# Toggle top status bar on/off (Prefix + b)
|
||||
bind b if -F "#{==:#{status},on}" "set -g status off" "set -g status on"
|
||||
|
||||
# Theme switcher (Prefix + 1/2/3)
|
||||
bind 1 source-file ~/.config/tmux/themes/gruvbox.tmux
|
||||
bind 2 source-file ~/.config/tmux/themes/catppuccin.tmux
|
||||
bind 3 source-file ~/.config/tmux/themes/tokyonight.tmux
|
||||
# Theme switcher (Prefix + Shift+1/2/3 => !/@/#)
|
||||
bind ! source-file ~/.config/tmux/themes/gruvbox.tmux
|
||||
bind @ source-file ~/.config/tmux/themes/catppuccin.tmux
|
||||
bind '#' source-file ~/.config/tmux/themes/tokyonight.tmux
|
||||
|
||||
# Reload config file with message
|
||||
bind r source-file ~/.config/tmux/tmux.conf \; display-message " Config reloaded!"
|
||||
|
||||
Reference in New Issue
Block a user