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