tmux : preserve workdir for splits, too.
This commit is contained in:
parent
a1997015ac
commit
976a7d313c
|
@ -7,8 +7,8 @@ bind-key C-t send-prefix
|
|||
set -sg escape-time 0
|
||||
|
||||
# remap split keys.
|
||||
bind -n M-| split-window -h
|
||||
bind -n M-- split-window -v
|
||||
bind -n M-| split-window -h -c "#{pane_current_path}"
|
||||
bind -n M-- split-window -v -c "#{pane_current_path}"
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
||||
|
|
Reference in a new issue