diff options
author | typebrook <typebrook@gmail.com> | 2020-02-03 09:42:38 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-03 09:42:38 +0800 |
commit | 5bf59740842ca88b84bf50331bef3b28ce6b4f7b (patch) | |
tree | 2544b32f0d8a5a7daae94672d043ccf02d9fd13f /vimrc | |
parent | 6c378afeaaed37ed305b9a18d6b0486f92baa6c5 (diff) |
update
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ nnoremap <leader>P :r !xsel -ob<CR> | |||
32 | " move | 32 | " move |
33 | nnoremap <Tab> } | 33 | nnoremap <Tab> } |
34 | nnoremap <S-Tab> { | 34 | nnoremap <S-Tab> { |
35 | inoremap <C-L> <Esc>2li | 35 | inoremap <C-L> <Right> |
36 | cnoremap <C-L> <Right> | 36 | cnoremap <C-L> <Right> |
37 | cnoremap <C-H> <Left> | 37 | cnoremap <C-H> <Left> |
38 | nmap H 0 | 38 | nmap H 0 |