From 57c2a6dcc9df3ccb7bd805c6b3c0602306cb6669 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 5 Jun 2013 11:12:07 -0700 Subject: [PATCH] Update tmux for new-window path rooting --- .tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 041cc39..34b6c2c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -32,10 +32,14 @@ bind Down swap-pane -D #bind Right swap-pane -R # Reload key -bind r source-file ~/.tmux.conf +bind C-r source-file ~/.tmux.conf # Set default path bind R set-option default-path "$PWD" +bind C set-option default-path "" + +# Start window in the session root +bind r new-window -c - # Moving between windows #bind " " next-window