diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-15 16:30:08 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-15 16:30:08 +0800 |
| commit | 51eaab504bf19cafc8ceb8fdbf2aeb675aeea910 (patch) | |
| tree | e6bd82dd9502467a518a68adca12f051d47386f2 /vimrc | |
| parent | e558cdfe6ec6cb16fd27f72e044435647a236672 (diff) | |
update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -51,6 +51,9 @@ onoremap ab a{ | |||
| 51 | " block | 51 | " block |
| 52 | onoremap B /return<CR> | 52 | onoremap B /return<CR> |
| 53 | 53 | ||
| 54 | " Search | ||
| 55 | vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>'") | ||
| 56 | |||
| 54 | " S&R | 57 | " S&R |
| 55 | nnoremap <leader>; :%s:::g<Left><Left><Left> | 58 | nnoremap <leader>; :%s:::g<Left><Left><Left> |
| 56 | vnoremap <leader>; :s:::g<Left><Left><Left> | 59 | vnoremap <leader>; :s:::g<Left><Left><Left> |