Tune bufferline and tmux window movement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user