We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5d054 commit f36bb00Copy full SHA for f36bb00
cli/src/components/help-banner.tsx
@@ -20,7 +20,7 @@ export const HelpBanner = () => {
20
return (
21
<BottomBanner
22
borderColorKey="info"
23
- text="Shortcuts: /commands • Ctrl+C stop • @files • ↑↓ history • !bash mode"
+ text="Shortcuts: /commands • Ctrl+C stop • Ctrl+J or Option+Enter newline • @files/agents • ↑↓ history • !bash"
24
onClose={() => setInputMode('default')}
25
/>
26
)
0 commit comments