aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-28 23:47:04 +0800
committertypebrook <typebrook@gmail.com>2020-01-28 23:47:04 +0800
commitfa1c733a1de04fcf7f261262e209812705c2f645 (patch)
tree2346e9a6ccdeac22a4c945a0217956df4f00ef72
parent816014532961c986e6f67262203e3081a484cb3f (diff)
update
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 3c1dfc3..edf1f61 100644
--- a/vimrc
+++ b/vimrc
@@ -35,7 +35,7 @@ nnoremap <S-Tab> {
35inoremap <C-L> <Esc>2li 35inoremap <C-L> <Esc>2li
36cnoremap <C-L> <Right> 36cnoremap <C-L> <Right>
37cnoremap <C-H> <Left> 37cnoremap <C-H> <Left>
38nnoremap H 0 38nmap H 0
39nnoremap L $ 39nnoremap L $
40nnoremap <C-L> 60l 40nnoremap <C-L> 60l
41nnoremap <C-H> 60h 41nnoremap <C-H> 60h