From 0b89388db0ac1bf2892c17427547186614f83c7b Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 2 May 2024 11:15:26 +0200 Subject: [PATCH] tmux: Bind to focus last-window --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5e3cef7..cc6fa0e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -79,6 +79,9 @@ bind -r C-n next bind -r p prev bind -r C-p prev +# Jump back to last focused window +bind C-o last-window + # Swap window with previous/next one bind -r N swap-window -d -t :+1 bind -r P swap-window -d -t :-1