summaryrefslogtreecommitdiff
path: root/packages/cli
diff options
context:
space:
mode:
authorAbhi <[email protected]>2025-07-01 23:18:01 -0400
committerGitHub <[email protected]>2025-07-02 03:18:01 +0000
commitedd69cb7d4dd616049fe604be10067683247568d (patch)
tree82f68085be6cd67cec5bbb7dd1c0d4cbf03654c7 /packages/cli
parentcd069fd436c7a209f5192bebf6e242796c185c66 (diff)
help: add shift+tab tip (#2892)
Diffstat (limited to 'packages/cli')
-rw-r--r--packages/cli/src/ui/components/Help.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/cli/src/ui/components/Help.tsx b/packages/cli/src/ui/components/Help.tsx
index d56f0959..eb119e14 100644
--- a/packages/cli/src/ui/components/Help.tsx
+++ b/packages/cli/src/ui/components/Help.tsx
@@ -117,6 +117,12 @@ export const Help: React.FC<Help> = ({ commands }) => (
</Text>
<Text color={Colors.Foreground}>
<Text bold color={Colors.AccentPurple}>
+ Shift+Tab
+ </Text>{' '}
+ - Toggle auto-accepting edits
+ </Text>
+ <Text color={Colors.Foreground}>
+ <Text bold color={Colors.AccentPurple}>
Esc
</Text>{' '}
- Cancel operation