Tune bufferline and tmux window movement

This commit is contained in:
2026-04-03 16:51:42 +02:00
parent bfdd433d4a
commit 7279d1272e
3 changed files with 83 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ bind m if -F '#{mouse}' \
'set -g mouse off; display-message "mouse: off"' \
'set -g mouse on; display-message "mouse: on"'
# Move current window left/right like tabs
bind -n S-Left swap-window -t -1
bind -n S-Right swap-window -t +1
set -g status-right ""
# Tmux Plugin Manager
@@ -54,7 +57,6 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# Continuum settings
set -g @continuum-restore 'on' # Auto-restore on tmux startup
set -g @continuum-save-interval '15' # Auto-save every 15 minutes