tmux: Standardize set-option calls
This commit is contained in:
@@ -5,7 +5,7 @@ set-option -g default-terminal "screen-256color"
|
||||
|
||||
set-option -g set-titles on
|
||||
set-option -g set-titles-string '#S'
|
||||
setw -g automatic-rename
|
||||
set-option -g automatic-rename
|
||||
|
||||
set-option -g prefix C-a
|
||||
unbind C-b
|
||||
@@ -13,8 +13,8 @@ bind C-a send-prefix
|
||||
|
||||
unbind C-j
|
||||
|
||||
set-option -s escape-time 0
|
||||
set-window-option -g aggressive-resize on
|
||||
set-option -g escape-time 0
|
||||
set-option -g aggressive-resize on
|
||||
|
||||
set-option -g mouse on
|
||||
|
||||
@@ -35,36 +35,36 @@ set-option -g bell-action any
|
||||
set-option -g history-limit 50000
|
||||
|
||||
set-option -g base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
set-option -g pane-base-index 1
|
||||
|
||||
set-option -g status-position bottom
|
||||
set-option -g status-justify left
|
||||
|
||||
# https://wiki.archlinux.org/title/tmux#256_colors
|
||||
set-option -ga terminal-overrides ",alacritty:Tc"
|
||||
set-option -g -a terminal-overrides ",alacritty:Tc"
|
||||
|
||||
setw -g pane-border-status bottom
|
||||
setw -g pane-border-format ''
|
||||
set-option -w -g -q pane-border-lines double;
|
||||
set-option -w -g -q pane-border-indicators colour;
|
||||
set-option -g pane-border-status bottom
|
||||
set-option -g pane-border-format ''
|
||||
set-option -g -q pane-border-lines double;
|
||||
set-option -g -q pane-border-indicators colour;
|
||||
|
||||
setw -g pane-border-style "fg=#555555"
|
||||
setw -g pane-active-border-style "fg=#e5b567"
|
||||
set-option -g pane-border-style "fg=#555555"
|
||||
set-option -g pane-active-border-style "fg=#e5b567"
|
||||
|
||||
set-option -g status-style bg=default
|
||||
|
||||
set-window-option -g window-status-format ' #I: #W #F '
|
||||
set-window-option -g window-status-current-format ' #I: #W #F '
|
||||
set-window-option -g window-status-current-style "bg=#e5b567,fg=black"
|
||||
set-option -g window-status-format ' #I: #W #F '
|
||||
set-option -g window-status-current-format ' #I: #W #F '
|
||||
set-option -g window-status-current-style "bg=#e5b567,fg=black"
|
||||
|
||||
set-window-option -g monitor-activity on
|
||||
set-window-option -g visual-activity off
|
||||
set-window-option -g window-status-activity-style "bg=#ff7777,fg=black"
|
||||
set-option -g monitor-activity on
|
||||
set-option -g visual-activity off
|
||||
set-option -g window-status-activity-style "bg=#ff7777,fg=black"
|
||||
|
||||
set-window-option -g automatic-rename on
|
||||
set-window-option -g automatic-rename-format '#{pane_current_command}'
|
||||
set-option -g automatic-rename on
|
||||
set-option -g automatic-rename-format '#{pane_current_command}'
|
||||
|
||||
set-window-option -g window-status-separator ' '
|
||||
set-option -g window-status-separator ' '
|
||||
|
||||
set-option -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=default] "
|
||||
set-option -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=default] "
|
||||
|
||||
Reference in New Issue
Block a user