We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0e723 commit 6571c87Copy full SHA for 6571c87
cli/src/state/hooks/useHotkeys.ts
@@ -88,7 +88,7 @@ export function useHotkeys(): UseHotkeysReturn {
88
{ keys: "↑↓", description: "history" },
89
{ keys: "Enter", description: "to execute" },
90
{ keys: "Esc", description: "to exit" },
91
- { keys: "!", description: "to toggle shell mode" },
+ { keys: "!", description: "to exit shell mode" },
92
]
93
}
94
0 commit comments