diff --git a/prompt_fresh_setup b/prompt_fresh_setup index 288d7bd..7e03286 100644 --- a/prompt_fresh_setup +++ b/prompt_fresh_setup @@ -109,6 +109,9 @@ fresh_line_one() { local result=" %{%B%F{1}%}$exit_code%{%f%b%}" fi + # Unset vim/tmux navigate flag to handle C-z and multiple vim jobs. + tmux set-window-option -u @vim$TMUX_PANE + # If a virtualenv is enabled, display it's basename if [[ ! -z "$VIRTUAL_ENV" ]]; then local py=" %{%F{4}%}py%{%f%}%{%F{3}%}$(basename $VIRTUAL_ENV)%{%f%}"