diff --git a/home/tmux.conf b/home/tmux.conf index a8cdf77..e8738a0 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -61,8 +61,8 @@ bind -n C-PgUp previous-window bind -n C-PgDn next-window # Ctrl+Shift+PgUp/PgDn to reorder windows (like web browsers) -bind -n C-S-PgUp swap-window -t -1 -bind -n C-S-PgDn swap-window -t +1 +bind -n C-S-PgUp swap-window -d -t -1 +bind -n C-S-PgDn swap-window -d -t +1 # Shift+Arrows to switch panes bind -n S-Left select-pane -L