From 1d12b37a7c018c83eaa741333fbbc596bf6562a9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 25 Apr 2019 08:35:50 -0700 Subject: tmux binding to open a new window in current dir --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index f6700d1d..6e3918f0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -35,6 +35,8 @@ bind "C-\\" last-window # bind % split-window -h -c "#{pane_current_path}" # bind c new-window -c "#{pane_current_path}" +bind C new-window -c "#{pane_current_path}" + # # my launcher shortcuts: mnemonic is h for host and e for emacs/editor # # E for e-mail # bind M command-prompt -p "man" "split-window 'exec man %%'" -- cgit v1.2.3