add .cvimrc

This commit is contained in:
2019-12-05 10:31:26 +08:00
parent b5d234a4c0
commit a74f6c8691

11
.cvimrc Normal file
View File

@@ -0,0 +1,11 @@
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map <C-j> 4j
map <C-k> 4k
map <C-o> H
map <C-i> L
set smoothscroll
set incsearch
set smartcase
"set showtabindices
let scrollduration=400