add tmux
parent
8fb440a727
commit
48c19be667
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue