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