feat: YOLO mode shorctut displayed inside /help (#3367)
This commit is contained in:
parent
39e8509452
commit
39d4095a4c
|
@ -121,6 +121,12 @@ export const Help: React.FC<Help> = ({ commands }) => (
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
- Toggle auto-accepting edits
|
- Toggle auto-accepting edits
|
||||||
</Text>
|
</Text>
|
||||||
|
<Text color={Colors.Foreground}>
|
||||||
|
<Text bold color={Colors.AccentPurple}>
|
||||||
|
Ctrl+Y
|
||||||
|
</Text>{' '}
|
||||||
|
- Toggle YOLO mode
|
||||||
|
</Text>
|
||||||
<Text color={Colors.Foreground}>
|
<Text color={Colors.Foreground}>
|
||||||
<Text bold color={Colors.AccentPurple}>
|
<Text bold color={Colors.AccentPurple}>
|
||||||
Esc
|
Esc
|
||||||
|
|
Loading…
Reference in New Issue