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