From af77a986e24f7199a95d1cbc4959020e164e4e2b Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 25 Nov 2024 09:16:07 -0500 Subject: [PATCH] feat: Adds moving to next and previous tmux windows using Alt-h or Alt-l --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8987dbd..bc1807f 100755 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -70,7 +70,7 @@ bind-key -r K kill-pane bind -n S-Left previous-window bind -n S-Right next-window bind -n M-h previous-window -bind -n M-L next-window +bind -n M-l next-window bind C-l send-keys 'C-l' bind f run-shell "tmux display-popup -E -w 80% -h 80% ~/.local/scripts/tmux-sessionator"