mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
Add window ordering to tmux
This commit is contained in:
@@ -41,6 +41,10 @@ bind -r L resize-pane -R 5
|
||||
bind -r C-h select-window -t :-
|
||||
bind -r C-l select-window -t :+
|
||||
|
||||
# Change ordering of windows
|
||||
bind -r C-S-Left swap-window -t -1
|
||||
bind -r C-S-Right swap-window -t +1
|
||||
|
||||
# Disable mouse (for now)
|
||||
setw -g mode-mouse off
|
||||
|
||||
|
||||
Reference in New Issue
Block a user