1
0
Fork 0
mirror of synced 2024-05-25 03:25:20 -04:00

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

View file

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