tmux: Rearrange config options

This commit is contained in:
2022-07-05 22:27:10 +02:00
parent a7d23f06c4
commit 4073ac5930

View File

@@ -16,8 +16,6 @@ set-option -g mode-keys vi
set-option -g renumber-windows on set-option -g renumber-windows on
set-option -g bell-action any
set-option -g history-limit 50000 set-option -g history-limit 50000
set-option -g base-index 1 set-option -g base-index 1
@@ -46,6 +44,8 @@ set-option -g window-status-current-style "bg=#e5b567,fg=black"
set-option -g monitor-activity on set-option -g monitor-activity on
set-option -g visual-activity off set-option -g visual-activity off
set-option -g window-status-activity-style "bg=#ff7777,fg=black" set-option -g window-status-activity-style "bg=#ff7777,fg=black"
set-option -g monitor-bell on
set-option -g bell-action any
set-option -g automatic-rename on set-option -g automatic-rename on
set-option -g automatic-rename-format '#{pane_current_command}' set-option -g automatic-rename-format '#{pane_current_command}'