Panes should be opened in same directory
This commit is contained in:
parent
f934f254e4
commit
219f61376f
1 changed files with 4 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue