diff options
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
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 |