From ffcb49efb69420542d349bf4ef0e79600c08eaf5 Mon Sep 17 00:00:00 2001 From: Amir Salihefendic Date: Fri, 10 Jul 2020 23:29:44 -0400 Subject: [PATCH] Update README.md $e in the visual mode now wraps in ` instead of " (as $$ wraps with ") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcc4bf47..bf5812c7 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Surround the visual selection in parenthesis/brackets/etc.: vnoremap $3 `>a}` vnoremap $$ `>a"` vnoremap $q `>a'` - vnoremap $e `>a"` + vnoremap $e `>a`` ### Insert mode mappings