Add default path for tmux

This commit is contained in:
Hunter Haugen 2012-10-30 10:57:20 -07:00
parent 80388985f9
commit f3c2c587af

View file

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