diff --git a/scripts/switch_session_fzf.sh b/scripts/switch_session_fzf.sh index 23cc10e..8a65894 100755 --- a/scripts/switch_session_fzf.sh +++ b/scripts/switch_session_fzf.sh @@ -23,7 +23,7 @@ function main { fi tmux switch-client -t "$session" elif [ $retval == 1 ]; then - tmux command -p "Press enter to create and go to [$query] session" \ + tmux command-prompt -b -p "Press enter to create and go to [$query] session" \ "run '$CURRENT_DIR/make_new_session.sh \"$query\" \"%1\"'" fi }