Skip to content

Commit 6571c87

Browse files
committed
improve copy
1 parent ec0e723 commit 6571c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/state/hooks/useHotkeys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function useHotkeys(): UseHotkeysReturn {
8888
{ keys: "↑↓", description: "history" },
8989
{ keys: "Enter", description: "to execute" },
9090
{ keys: "Esc", description: "to exit" },
91-
{ keys: "!", description: "to toggle shell mode" },
91+
{ keys: "!", description: "to exit shell mode" },
9292
]
9393
}
9494

0 commit comments

Comments
 (0)