diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-27 21:43:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-27 21:43:04 +0800 |
commit | 4ecbab8f4e757ec044f87025485568b74bc51f75 (patch) | |
tree | cbbe334ca83d37a929b27c96d29c09a062e878a6 /vimrc | |
parent | bb89cb29c189b7c92443b3378a710aac36b63d4a (diff) |
update
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ nnoremap <leader>R :read ! | |||
33 | nnoremap <leader>P :r !xsel -ob<CR> | 33 | nnoremap <leader>P :r !xsel -ob<CR> |
34 | 34 | ||
35 | " move | 35 | " move |
36 | nnoremap <Tab> } | 36 | " nnoremap <Tab> } |
37 | nnoremap <S-Tab> { | 37 | " nnoremap <S-Tab> { |
38 | inoremap <C-L> <Right> | 38 | inoremap <C-L> <Right> |
39 | cnoremap <C-L> <Right> | 39 | cnoremap <C-L> <Right> |
40 | cnoremap <C-H> <Left> | 40 | cnoremap <C-H> <Left> |