From 2d5206c60ce0f593a85490e0c836c7b570e8579b Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Tue, 30 Nov 2021 22:53:25 +0100 Subject: [PATCH] Fix daft typo --- src/lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/config.ts b/src/lib/config.ts index 8eb231a8..18aae8e8 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -1138,7 +1138,7 @@ export class default_config { visualenterauto: "true" | "false" = "true" /** - * Whether to return to visual mode when text is deselected. + * Whether to return to normal mode when text is deselected. */ visualexitauto: "true" | "false" = "true"