diff options
author | typebrook <typebrook@gmail.com> | 2019-12-10 15:38:50 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-10 15:38:50 +0800 |
commit | 5cf202420b761947dde4f5b4111a4a55414e65b2 (patch) | |
tree | 24a7788d9d79a61f13ee52e5a741b1d9a05be67e | |
parent | def0f995e59c3d2bcaa40185b1d82a5049033eab (diff) |
update
-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 |