From 62e39ae73e4c98a7b55df58ab68a08c15a140eb1 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 9 Dec 2021 16:31:07 -0700 Subject: faster window creation --- stow/tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3