We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c893 commit a795f9eCopy full SHA for a795f9e
.tmux.conf
@@ -946,7 +946,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
946
# perl -p -i -e "s/\bcommand-prompt\s+-p\s+new-session\s+\"new-session\s+-s\s+'%%'\"/new-session/g" "$cfg"
947
# fi
948
#
949
-# 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}
950
# if ! _is_disabled "$tmux_conf_new_session_retain_current_path" && _is_true "$tmux_conf_new_session_retain_current_path"; then
951
# perl -p -i -e "
952
# s/(?<!\bcommand-prompt -p )\bnew-session\b/new-session -c '#{pane_current_path}'/g" \
0 commit comments