Update tmux for new-window path rooting

This commit is contained in:
Hunter Haugen 2013-06-05 11:12:07 -07:00
parent ab83497568
commit 57c2a6dcc9

View file

@ -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