From e3f820a3f163fc2e589ea2cf2ad12e2bf4da8b0d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 25 Dec 2024 22:15:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-25 22:15:02 --- .config/tmux/tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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'