summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-19 14:26:40 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-19 14:26:40 +0900
commitb66f68b8c014a3041c936ee9de1b57db5bcb50fb (patch)
tree8a0b6297058fc33c5072ca753fc3fa8d86d68645
parent55c70a1e4c1dd035e2c8f9d42c4471e630816d92 (diff)
modified tmux/tmux.conf
-rw-r--r--ar/.config/tmux/tmux.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf
index 75979a0..3513433 100644
--- a/ar/.config/tmux/tmux.conf
+++ b/ar/.config/tmux/tmux.conf
@@ -132,8 +132,8 @@ set -g @plugin 'xamut/tmux-weather'
# continuum
# set -g @continuum-boot 'on'
# set -g @continuum-boot-options 'kitty'
-# set -g @continuum-restore 'on'
-# set -g @continuum-save-interval '1' # min, 0 for disable
+set -g @continuum-restore 'on'
+set -g @continuum-save-interval '1' # min, 0 for disable
# copycat
bind -T copy-mode-vi 'v' send-keys -X begin-selection
@@ -186,6 +186,9 @@ set -g @pomodoro_granularity 'on'
# resurrect
set -g @resurrect-save 'S'
set -g @resurrect-restore 'C-r'
+set -g @resurrect-strategy-vim 'session'
+set -g @resurrect-strategy-nvim 'session'
+set -g @resurrect-capture-pane-contents 'on'
# tmux-fzf
TMUX_FZF_LAUNCH_KEY="F"