diff options
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 |