From dc613843e8e4b737c95806dafd86c6adf457907d Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Thu, 31 Oct 2024 16:48:26 -0400 Subject: [PATCH] small tmux change --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6daa7e7..079f0e3 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -2,6 +2,7 @@ set -g escape-time 0 set -g default-terminal "screen-256color" +set -ag terminal-overrides ",xterm-256color:RGB" set -g history-limit 50000 set -g display-time 3000 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 @continuum-restore 'on' 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 run '~/.config/tmux/plugins/tpm/tpm'