animations and more

This commit is contained in:
2025-07-06 00:41:57 +02:00
parent 9801d9f2ae
commit 8980ee3a23
10 changed files with 77 additions and 44 deletions

View File

@@ -39,10 +39,20 @@ bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
#Misc
bind C-s choose-session
bind S command-prompt -p "New Session:" "new-session -A -s '%%' -c ~"
#Theme
set-option -g status-position top
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
# List of 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'
#Misc
bind S choose-session
bind N command-prompt -p "New Session:" "new-session -A -s '%%' -c ~"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'