diff --git a/.tmate.conf b/.tmate.conf index 9a64f77..e668ec5 100644 --- a/.tmate.conf +++ b/.tmate.conf @@ -57,4 +57,10 @@ set-option -g visual-activity on set-option -g renumber-windows on set-option -g focus-events on - +# Keybinds +bind N swap-window -t +1 -d +bind P swap-window -t -1 -d +bind S-Left swap-pane -s '{left-of}' +bind S-Right swap-pane -s '{right-of}' +bind S-Up swap-pane -s '{up-of}' +bind S-Down swap-pane -s '{down-of}' diff --git a/.tmux.conf b/.tmux.conf index 9a64f77..e668ec5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -57,4 +57,10 @@ set-option -g visual-activity on set-option -g renumber-windows on set-option -g focus-events on - +# Keybinds +bind N swap-window -t +1 -d +bind P swap-window -t -1 -d +bind S-Left swap-pane -s '{left-of}' +bind S-Right swap-pane -s '{right-of}' +bind S-Up swap-pane -s '{up-of}' +bind S-Down swap-pane -s '{down-of}'