diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8f99bc4e..1721ba10 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -124,7 +124,9 @@ bind Down resize-pane -D 5 # Focus windows bind -n M-u next-window +bind -n M-U swap-window -t - bind -n M-l previous-window +bind -n M-L swap-window -t + # Swap active pane with direction bind C-j swap-pane -t left @@ -160,5 +162,11 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel # Do not preserve the current working directory for new windows bind c new-window -c "" +# TESTING + +# DO NOT bind -n M-T display-message "Testing" +bind -n M-T display-message "test?" + + # WARN: This line must come last! run '/usr/share/tmux-plugin-manager/tpm'