mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Scrol performance inmproove
This commit is contained in:
@@ -93,8 +93,8 @@ set smartcase " Case sensitive when uc present
|
|||||||
set wildmenu " Show list instead of just completing
|
set wildmenu " Show list instead of just completing
|
||||||
set wildmode=list:longest,full " Command <Tab> completion, list matches, then longest common part, then all.
|
set wildmode=list:longest,full " Command <Tab> completion, list matches, then longest common part, then all.
|
||||||
set whichwrap=b,s,h,l,<,>,[,] " Backspace and cursor keys wrap too
|
set whichwrap=b,s,h,l,<,>,[,] " Backspace and cursor keys wrap too
|
||||||
set scrolljump=5 " Lines to scroll when cursor leaves screen
|
set scrolljump=1 " Lines to scroll when cursor leaves screen
|
||||||
set scrolloff=3 " Minimum lines to keep above and below cursor
|
set scrolloff=0 " Minimum lines to keep above and below cursor
|
||||||
set list
|
set list
|
||||||
" }
|
" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user