diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-28 23:47:04 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-28 23:47:04 +0800 |
| commit | fa1c733a1de04fcf7f261262e209812705c2f645 (patch) | |
| tree | 2346e9a6ccdeac22a4c945a0217956df4f00ef72 /vimrc | |
| parent | 816014532961c986e6f67262203e3081a484cb3f (diff) | |
update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ nnoremap <S-Tab> { | |||
| 35 | inoremap <C-L> <Esc>2li | 35 | inoremap <C-L> <Esc>2li |
| 36 | cnoremap <C-L> <Right> | 36 | cnoremap <C-L> <Right> |
| 37 | cnoremap <C-H> <Left> | 37 | cnoremap <C-H> <Left> |
| 38 | nnoremap H 0 | 38 | nmap H 0 |
| 39 | nnoremap L $ | 39 | nnoremap L $ |
| 40 | nnoremap <C-L> 60l | 40 | nnoremap <C-L> 60l |
| 41 | nnoremap <C-H> 60h | 41 | nnoremap <C-H> 60h |