tmux : preserve workdir for splits, too.

This commit is contained in:
Dmitry Voronin 2023-11-10 21:33:06 +03:00
parent a1997015ac
commit 976a7d313c

View file

@ -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 %