From d046cfbc6cfffb9ed8b3f997864b01f608bb2848 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Thu, 9 Feb 2023 15:53:25 +0100 Subject: [PATCH] Add continum tmux ressurect --- .tmux.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index b06d4c9..7fe9968 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,6 +12,8 @@ unbind % # reload config file (change file location to your the tmux.conf you want to use) bind r source-file ~/.tmux.conf \; display 'Reloaded tmux config!' + + # switch panes using Alt-arrow without prefix set -s escape-time 0 # Disable esc=alt bind -n M-h select-pane -L @@ -69,9 +71,12 @@ set -g message-style 'bold' ### /DESIGN CHANGES ### ####################### -set -g @plugin 'tmux-plugins/tmux-resurrect' - -# Plugin manager -# If plugin installation does not work, run $TPM/bin/install_plugins set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' + +set -g @continuum-restore 'on' + +# If plugin installation does not work, run $TPM/bin/install_plugins run '~/.tmux/plugins/tpm/tpm'