Fix tmux start path.
This commit is contained in:
parent
117e178a5b
commit
1624de3ba2
1 changed files with 2 additions and 1 deletions
|
@ -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}'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue