From f3c2c587afdd7245fc9a1a6d39a2bfdb4b77f21c Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 30 Oct 2012 10:57:20 -0700 Subject: [PATCH] Add default path for tmux --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 4c29860..041cc39 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -34,6 +34,9 @@ bind Down swap-pane -D # Reload key bind r source-file ~/.tmux.conf +# Set default path +bind R set-option default-path "$PWD" + # Moving between windows #bind " " next-window #bind BSpace previous-window