Fix tmux start path.

This commit is contained in:
Max Bucknell 2015-06-23 20:16:55 +01:00
parent 117e178a5b
commit 1624de3ba2

View file

@ -11,5 +11,6 @@ bind E setw synchronize-panes off
# start a pane in the right fucking folder # start a pane in the right fucking folder
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c '#{pane_current_path}'
bind '"' split-window -v -c '#{pane_current_path}'