diff options
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ nnoremap <leader>< :w !bash<CR> | |||
24 | " move | 24 | " move |
25 | nnoremap <Tab> } | 25 | nnoremap <Tab> } |
26 | nnoremap <S-Tab> { | 26 | nnoremap <S-Tab> { |
27 | inoremap <C-L> <Esc>2li | ||
27 | cnoremap <C-L> <Right> | 28 | cnoremap <C-L> <Right> |
28 | cnoremap <C-H> <Left> | 29 | cnoremap <C-H> <Left> |
29 | nnoremap H 0 | 30 | nnoremap H 0 |