From 6b19c8bd5570fbe349ce47a0c39251e1ac9a2f44 Mon Sep 17 00:00:00 2001 From: JAYADITYA <96861162+JayadityaGit@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:54:21 +0530 Subject: [PATCH] feat: add humorous tip for new line shortcut in Gemini CLI (#5666) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman --- packages/cli/src/ui/hooks/usePhraseCycler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index 73c8ccf0..0bf2c2a2 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -135,6 +135,7 @@ export const WITTY_LOADING_PHRASES = [ "It's not a bug, it's a feature... of this loading screen.", 'Have you tried turning it off and on again? (The loading screen, not me.)', 'Constructing additional pylons...', + 'New line? That’s Ctrl+J.', ]; export const PHRASE_CHANGE_INTERVAL_MS = 15000;