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