Skip to content

Commit a795f9e

Browse files
committed
introduced tmux_conf_new_session_retain_current_path (2)
tmux_conf_new_session_retain_current_path should be false by default
1 parent 135c893 commit a795f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tmux.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
946946
# perl -p -i -e "s/\bcommand-prompt\s+-p\s+new-session\s+\"new-session\s+-s\s+'%%'\"/new-session/g" "$cfg"
947947
# fi
948948
#
949-
# tmux_conf_new_session_retain_current_path=${tmux_conf_new_session_retain_current_path:-true}
949+
# tmux_conf_new_session_retain_current_path=${tmux_conf_new_session_retain_current_path:-false}
950950
# if ! _is_disabled "$tmux_conf_new_session_retain_current_path" && _is_true "$tmux_conf_new_session_retain_current_path"; then
951951
# perl -p -i -e "
952952
# s/(?<!\bcommand-prompt -p )\bnew-session\b/new-session -c '#{pane_current_path}'/g" \

0 commit comments

Comments
 (0)