From 905122d13cc14ca07accabd3b87ef190fc4b61a8 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Wed, 10 Jun 2020 23:03:07 +0200 Subject: [PATCH] restored tmux_conf_new_pane_retain_current_path default value in .tmux.conf, fixes #364 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 5c7aad5..eb78830 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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