Panes should be opened in same directory

This commit is contained in:
madmaurice 2015-10-01 05:43:30 +02:00
parent f934f254e4
commit 219f61376f

View file

@ -12,3 +12,7 @@ set -g base-index 1
# window tabs
setw -g window-status-format " #[bg=default]#[fg=green]#W"
setw -g window-status-current-format " #[bg=default]#[fg=green]<#W>"
# use current path when opening panes
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"