From a5bfa606254b31a1362cf218686a4f17804bcd03 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 26 Mar 2025 11:46:02 +0000 Subject: [PATCH] Add a key binding to switch to the previous window --- nix/modules/home-manager/cli/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/home-manager/cli/tmux.nix b/nix/modules/home-manager/cli/tmux.nix index 997bdb22..bdc2ac57 100644 --- a/nix/modules/home-manager/cli/tmux.nix +++ b/nix/modules/home-manager/cli/tmux.nix @@ -75,6 +75,7 @@ in set-option -g pane-border-style "fg=#1f2335" # Vim-like pane navigation. + bind ^ last-window bind h select-pane -L bind j select-pane -D bind k select-pane -U