aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-03-06 14:15:32 -0700
committerCody Hiar <codyfh@gmail.com>2019-03-06 14:15:32 -0700
commitd9e5851a9033f3e24dbca398f7e9863c7fda9c69 (patch)
treeb25a8989cb0a03f060acf92d0a7f763f3de2a216
parent65209bfbbf032c8c22400334fb65db816987704e (diff)
Updating last window shortcut
-rw-r--r--stow/tmux/.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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