Skip to content

Commit f36bb00

Browse files
committed
Inclue newline shortcuts in help
1 parent 3a5d054 commit f36bb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/help-banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const HelpBanner = () => {
2020
return (
2121
<BottomBanner
2222
borderColorKey="info"
23-
text="Shortcuts: /commands • Ctrl+C stop • @files • ↑↓ history • !bash mode"
23+
text="Shortcuts: /commands • Ctrl+C stop • Ctrl+J or Option+Enter newline • @files/agents • ↑↓ history • !bash"
2424
onClose={() => setInputMode('default')}
2525
/>
2626
)

0 commit comments

Comments
 (0)