mirror of
1
0
Fork 0

restored tmux_conf_new_pane_retain_current_path default value in .tmux.conf, fixes #364

This commit is contained in:
Gregory Pakosz 2020-06-10 23:03:07 +02:00
parent d6f0f647dd
commit 905122d13c
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim
# perl -p -i -e "s/\bnew-window\b([^;}\n\"]*?)(?:\s+-c\s+(\\\?\"?|'?)#\{pane_current_path\}\2)/new-window\1/g" "$cfg"
# fi
#
# tmux_conf_new_pane_retain_current_path=${tmux_conf_new_pane_retain_current_path:-false}
# tmux_conf_new_pane_retain_current_path=${tmux_conf_new_pane_retain_current_path:-true}
# if _is_enabled "$tmux_conf_new_pane_retain_current_path"; then
# perl -p -i -e "s/\bsplit-window\b(?!([^;}\n\"]*?)(?:\s+-c\s+(\\\?\"?|'?)#\{pane_current_path\}\2))/split-window -c '#{pane_current_path}'/g" "$cfg"
# else