summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-04-25 08:35:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-04-25 08:35:50 -0700
commit1d12b37a7c018c83eaa741333fbbc596bf6562a9 (patch)
tree4238653e4fbf9fe78b331141471c5c113c6bd851 /.tmux.conf
parent0d6203627d5d823c0231bba37031df5bed4b5c3a (diff)
downloaddotfiles-1d12b37a7c018c83eaa741333fbbc596bf6562a9.tar.gz
tmux binding to open a new window in current dir
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
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 %%'"