diff --git a/packages/cli/src/ui/constants/tips.ts b/packages/cli/src/ui/constants/tips.ts index 8f81f209cc..03e714c241 100644 --- a/packages/cli/src/ui/constants/tips.ts +++ b/packages/cli/src/ui/constants/tips.ts @@ -98,7 +98,6 @@ export const INFORMATIVE_TIPS = [ 'Navigate your prompt history with the Up and Down arrows...', 'You can also use Ctrl+P (up) and Ctrl+N (down) for history...', 'Search through command history with Ctrl+R...', - 'Submit your prompt to Gemini with Enter...', 'Accept an autocomplete suggestion with Tab or Enter...', 'Move to the start of the line with Ctrl+A or Home...', 'Move to the end of the line with Ctrl+E or End...',