diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-28 14:44:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-28 14:44:38 +0800 |
commit | 45d62b5b853b35e25f7c53eeae6ea5ca131f79ce (patch) | |
tree | 170721ac8231ba770ed51a35b27232c2d474a302 /vimrc | |
parent | ae154a25e94995ca11281fa8c1246685e950850f (diff) | |
parent | 4ecbab8f4e757ec044f87025485568b74bc51f75 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
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> |