small tmux change
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user