Skip to content

Commit edd69cb

Browse files
authored
help: add shift+tab tip (#2892)
1 parent cd069fd commit edd69cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/cli/src/ui/components/Help.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ export const Help: React.FC<Help> = ({ commands }) => (
115115
</Text>{' '}
116116
- Jump through words in the input
117117
</Text>
118+
<Text color={Colors.Foreground}>
119+
<Text bold color={Colors.AccentPurple}>
120+
Shift+Tab
121+
</Text>{' '}
122+
- Toggle auto-accepting edits
123+
</Text>
118124
<Text color={Colors.Foreground}>
119125
<Text bold color={Colors.AccentPurple}>
120126
Esc

0 commit comments

Comments
 (0)