From a795f9ec5167234c60f16a5390f199ec34833ea6 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 18 Mar 2024 17:25:13 +0100 Subject: [PATCH] introduced tmux_conf_new_session_retain_current_path (2) tmux_conf_new_session_retain_current_path should be false by default --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index b72a3e3..e81a820 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -946,7 +946,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration' # perl -p -i -e "s/\bcommand-prompt\s+-p\s+new-session\s+\"new-session\s+-s\s+'%%'\"/new-session/g" "$cfg" # fi # -# tmux_conf_new_session_retain_current_path=${tmux_conf_new_session_retain_current_path:-true} +# tmux_conf_new_session_retain_current_path=${tmux_conf_new_session_retain_current_path:-false} # if ! _is_disabled "$tmux_conf_new_session_retain_current_path" && _is_true "$tmux_conf_new_session_retain_current_path"; then # perl -p -i -e " # s/(?