From 48c19be6678d8e1ef1d417f739035224a1f8023c Mon Sep 17 00:00:00 2001 From: Artem Dolgiy Date: Tue, 31 Dec 2024 15:00:20 +0300 Subject: [PATCH] add tmux --- .config/tmux/tmux.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f28f968..fd78f0e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -41,7 +41,6 @@ set-environment -g LC_CTYPE "ru_RU.UTF-8" # Set environment encoding for Russian set -g @plugin 'tmux-plugins/tpm' # Plugins manager set -g @plugin 'tmux-plugins/tmux-sensible' # Optimal tmux default settings set -g @plugin 'arcticicestudio/nord-tmux' # Nord theme for tmux -set -g @plugin 'tmux-plugins/tmux-resurrect' # Save and restore tmux env set -g @plugin 'tmux-plugins/tmux-continuum' # Automates save and restore actions of tmux-resurrect @@ -56,14 +55,6 @@ set -g @plugin 'tmux-plugins/tmux-continuum' # Automates save and restore action ### PLUGINS CONFIG ### ###################### -# Configure tmux-resurrect -# Cleanup old session files -run-shell \ - 'find ~/.local/share/tmux/resurrect/ -type f -name "*.txt" ! -name "main.txt" -mtime +3 -delete' -#set -g @resurrect-capture-pane-contents 'on' # Restore previous sessions content -set -g @resurrect-strategy-nvim 'session' # Use sessions for restoring Neovim -set -g @resurrect-processes 'ssh ranger mc tmux cmatrix ipython' # Processes to restore - # Configure tmux-continuum set -g @continuum-boot 'on' # Auto-start tmux via systemd set -g @continuum-restore 'on' # Auto-restore tmux sessions