From 5c185c41871a1d1b7e5851adb7c5a72acb5abd08 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 23 Jul 2014 18:04:42 +0200 Subject: tmuxrc: add ^a v binding for window in $PWD Signed-off-by: Florian Pritz --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index ea6d25d..f4d1fbb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -70,7 +70,7 @@ bind-key K confirm kill-server # Other key bindings. bind i choose-window -#bind m split-window "exec ncmpcpp" +bind v neww -c '#{pane_current_path}' # Default Sessions #new -d -s maini -- cgit v1.2.3-24-g4f1b