diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-02 16:54:03 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-02 16:54:03 +0800 |
| commit | 3a937275bca2728a544a7284ae12ea567787152f (patch) | |
| tree | 8e33b942b87ce63f3be1bd8eb7f30d9157208157 /vimrc | |
| parent | bea240df460237efa42fff437d5f5e389f0fb147 (diff) | |
update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -64,11 +64,10 @@ cnoremap ;\ \(\)<Left><Left> | |||
| 64 | set t_BE= | 64 | set t_BE= |
| 65 | 65 | ||
| 66 | " surround with '' or "" | 66 | " surround with '' or "" |
| 67 | nnoremap <leader>' ea'<esc>bi'<esc>e | ||
| 68 | nnoremap <leader>" ea"<esc>bi"<esc>e | ||
| 69 | nnoremap <leader>( ea)<esc>bi(<esc>e | ||
| 70 | vnoremap ' <ESC>`<i'<ESC>`>la'<ESC> | 67 | vnoremap ' <ESC>`<i'<ESC>`>la'<ESC> |
| 71 | vnoremap " <ESC>`<i"<ESC>`>la"<ESC> | 68 | vnoremap " <ESC>`<i"<ESC>`>la"<ESC> |
| 69 | vnoremap ( <ESC>`<i(<ESC>`>la)<ESC> | ||
| 70 | vnoremap { <ESC>`<i{<ESC>`>la}<ESC> | ||
| 72 | 71 | ||
| 73 | " abbrev | 72 | " abbrev |
| 74 | iabbrev @@ typebrook@gmail.com | 73 | iabbrev @@ typebrook@gmail.com |