From 705c00bc0f852b9e25460c267a2577d07dfa48dd Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 11 Mar 2015 23:30:40 -0400 Subject: [PATCH] Also fix for create window --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 81a30b6..366fc91 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -39,6 +39,9 @@ bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection bind y run-shell "tmux show-buffer | xclip -sel clip -i" +# because the new tmux is inadequate +bind c new-window -c "#{pane_current_path}" + # be more like vim bind s split-window -v -c "#{pane_current_path}" # horizontal window split bind v split-window -h -c "#{pane_current_path}" # vertical window split