1
0
mirror of https://github.com/amix/vimrc synced 2025-06-28 10:35:01 +08: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

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