From 3c7357ffb8b5198c63187488888fe7ac541a6106 Mon Sep 17 00:00:00 2001 From: "Chris @ Web" Date: Sat, 30 Mar 2024 03:18:47 +0100 Subject: [PATCH] .config/tmux/tmux.conf aktualisiert --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8cc75cd..695de9b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -56,6 +56,9 @@ set -g display-time 1000 set -g @plugin 'tmux-plugins/tpm' #set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' +set -g @continuum-restore 'on' # Set Copy mode to vi keybindings setw -g mode-keys vi