small tmux change

This commit is contained in:
2024-10-31 16:48:26 -04:00
parent 28c75e157a
commit dc613843e8
+2
View File
@@ -2,6 +2,7 @@
set -g escape-time 0 set -g escape-time 0
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
set -g history-limit 50000 set -g history-limit 50000
set -g display-time 3000 set -g display-time 3000
set -g status-interval 5 set -g status-interval 5
@@ -69,6 +70,7 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # automatically saves session every
#set -g @themepack 'powerline/default/cyan' #set -g @themepack 'powerline/default/cyan'
set -g @continuum-restore 'on' set -g @continuum-restore 'on'
set -g @resurrect-strategy-nvim 'session' set -g @resurrect-strategy-nvim 'session'
set -g @resurrect-capture-pan-contents 'on'
set -g @resurrect-processes 'ssh' # space separated list of programs to restore set -g @resurrect-processes 'ssh' # space separated list of programs to restore
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'