diff options
author | typebrook <typebrook@gmail.com> | 2019-10-17 17:11:26 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-17 17:11:26 +0800 |
commit | a12e87e229ec98815973267ea3d8d905e7906102 (patch) | |
tree | da80a9f7126c8eb70e239f2be01a4cc27e4e50e8 | |
parent | ef44af4e93e28ccc0fa9b81aa78586e92139e09a (diff) |
update
-rw-r--r-- | vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ onoremap b /return<CR> | |||
37 | " S&R | 37 | " S&R |
38 | nnoremap <leader>; :%s:::g<Left><Left><Left> | 38 | nnoremap <leader>; :%s:::g<Left><Left><Left> |
39 | vnoremap <leader>; :s:::g<Left><Left><Left> | 39 | vnoremap <leader>; :s:::g<Left><Left><Left> |
40 | cmap ;\ \(\)<Left><Left> | 40 | cnoremap ;\ \(\)<Left><Left> |
41 | cnoremap <C-L> <Right> | ||
42 | cnoremap <C-H> <Left> | ||
41 | 43 | ||
42 | " 習慣成自然 | 44 | " 習慣成自然 |
43 | nnoremap H 0 | 45 | nnoremap H 0 |