diff options
-rw-r--r-- | stow/tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index db37de0..363cf8d 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -31,6 +31,7 @@ bind p run-shell "~/.tmux/scripts/rolodex prev" bind C-m run-shell "~/.tmux/scripts/rolodex toggle" bind C-e run-shell "~/.tmux/scripts/rolodex new" # Faster window switching +bind C-c new-window bind C-n next-window bind C-p previous-window # Use C-b to switch to last session |