1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-27 13:30:31 +01:00
Files
vimconfig/tmux/.config/tmux/tmux.conf
2016-05-31 19:58:52 +02:00

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}'