mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 13:30:31 +01:00
5 lines
191 B
Bash
5 lines
191 B
Bash
# Make sure the new windows start in the CWD.
|
|
bind c new-window -c '#{pane_current_path}'
|
|
bind "\"" split-window -c '#{pane_current_path}'
|
|
bind "\%" split-window -h -c '#{pane_current_path}'
|