mirror of
1
0
Fork 0

Update README.md

$e in the visual mode now wraps in ` instead of " (as $$ wraps with ")
This commit is contained in:
Amir Salihefendic 2020-07-10 23:29:44 -04:00 committed by GitHub
parent e351960bbb
commit ffcb49efb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ Surround the visual selection in parenthesis/brackets/etc.:
vnoremap $3 <esc>`>a}<esc>`<i{<esc>
vnoremap $$ <esc>`>a"<esc>`<i"<esc>
vnoremap $q <esc>`>a'<esc>`<i'<esc>
vnoremap $e <esc>`>a"<esc>`<i"<esc>
vnoremap $e <esc>`>a`<esc>`<i`<esc>
### Insert mode mappings