From 872f308536dc2d0a7d654fc548f1a92005dd4d8e Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Tue, 20 May 2025 22:45:10 -0700 Subject: feat: Allow Esc to exit shell mode - Update InputPrompt.tsx to handle Esc key for exiting shell mode. - Modify ShellModeIndicator.tsx to reflect the new keybinding. Fixes https://buganizer.corp.google.com/issues/419087952 --- packages/cli/src/ui/components/ShellModeIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/ShellModeIndicator.tsx') diff --git a/packages/cli/src/ui/components/ShellModeIndicator.tsx b/packages/cli/src/ui/components/ShellModeIndicator.tsx index e4147035..612af1a6 100644 --- a/packages/cli/src/ui/components/ShellModeIndicator.tsx +++ b/packages/cli/src/ui/components/ShellModeIndicator.tsx @@ -12,7 +12,7 @@ export const ShellModeIndicator: React.FC = () => ( shell mode enabled - (! to toggle) + (esc to disable) ); -- cgit v1.2.3