From d9e5851a9033f3e24dbca398f7e9863c7fda9c69 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 6 Mar 2019 14:15:32 -0700 Subject: Updating last window shortcut --- stow/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index ac6ca54..b5521bb 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -23,7 +23,7 @@ bind n run-shell "bash $HOME/.tmux/scripts/rolodex.sh next" bind p run-shell "bash $HOME/.tmux/scripts/rolodex.sh prev" # Bind the last window/pane command bind C-b last-pane -bind C-l last-window +bind C-f last-window # Faster window switching bind C-n next-window bind C-p previous-window -- cgit v1.2.3