wip(tmux): improve configuration
This commit is contained in:
parent
4053044c33
commit
c32b12f905
@ -43,8 +43,8 @@ set -g status-fg white
|
||||
# set -g status-left "#$"
|
||||
|
||||
# Highlight the active window in the status bar
|
||||
set-window-option -g window-status-current-bg yellow
|
||||
set-window-option -g window-status-current-fg black
|
||||
# set-window-option -g window-status-current-bg yellow
|
||||
# set-window-option -g window-status-current-fg black
|
||||
|
||||
# Don't prompt to kill panes/windows
|
||||
bind-key x kill-pane
|
||||
@ -62,34 +62,34 @@ set -sg terminal-overrides ",*:RGB"
|
||||
#### COLOUR (Solarized 256)
|
||||
|
||||
# default statusbar colors
|
||||
set-option -g status-bg colour235 #base02
|
||||
set-option -g status-fg colour136 #yellow
|
||||
set-option -g status-attr default
|
||||
# set-option -g status-bg colour235 #base02
|
||||
# set-option -g status-fg colour136 #yellow
|
||||
# set-option -g status-attr default
|
||||
|
||||
# default window title colors
|
||||
set-window-option -g window-status-fg colour244 #base0
|
||||
set-window-option -g window-status-bg default
|
||||
#set-window-option -g window-status-attr dim
|
||||
# set-window-option -g window-status-fg colour244 #base0
|
||||
# set-window-option -g window-status-bg default
|
||||
# set-window-option -g window-status-attr dim
|
||||
|
||||
# active window title colors
|
||||
set-window-option -g window-status-current-fg colour166 #orange
|
||||
set-window-option -g window-status-current-bg default
|
||||
#set-window-option -g window-status-current-attr bright
|
||||
# set-window-option -g window-status-current-fg colour166 #orange
|
||||
# set-window-option -g window-status-current-bg default
|
||||
# set-window-option -g window-status-current-attr bright
|
||||
|
||||
# pane border
|
||||
set-option -g pane-border-fg colour235 #base02
|
||||
set-option -g pane-active-border-fg colour240 #base01
|
||||
# set-option -g pane-border-fg colour235 #base02
|
||||
# set-option -g pane-active-border-fg colour240 #base01
|
||||
|
||||
# message text
|
||||
set-option -g message-bg colour235 #base02
|
||||
set-option -g message-fg colour166 #orange
|
||||
# set-option -g message-bg colour235 #base02
|
||||
# set-option -g message-fg colour166 #orange
|
||||
|
||||
# pane number display
|
||||
set-option -g display-panes-active-colour colour33 #blue
|
||||
set-option -g display-panes-colour colour166 #orange
|
||||
# set-option -g display-panes-active-colour colour33 #blue
|
||||
# set-option -g display-panes-colour colour166 #orange
|
||||
|
||||
# clock
|
||||
set-window-option -g clock-mode-colour colour64 #green
|
||||
# set-window-option -g clock-mode-colour colour64 #green
|
||||
|
||||
# buffer size
|
||||
set -g history-limit 50000
|
||||
@ -99,12 +99,12 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
||||
set -g @plugin 'Morantron/tmux-fingers'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# configure resurrect/continuum
|
||||
set -g @continuum-save-interval '15'
|
||||
set -g @continuum-restore 'on'
|
||||
# set -g @continuum-save-interval '15'
|
||||
# set -g @continuum-restore 'on'
|
||||
|
||||
# load/install plugins
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
Loading…
x
Reference in New Issue
Block a user