aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-12-09 16:31:07 -0700
committerCody Hiar <cody@hiar.ca>2021-12-09 16:31:07 -0700
commit62e39ae73e4c98a7b55df58ab68a08c15a140eb1 (patch)
tree333b13551539b25e5359769b0d5e68523bd4a5cf
parent2e7676ad969cb3dcfe085f643d422577baa48148 (diff)
faster window creation
-rw-r--r--stow/tmux/.tmux.conf1
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