reduced scroll offset
This commit is contained in:
parent
8c86d7b4ba
commit
033a9cc55c
2
vimrc
2
vimrc
|
@ -164,7 +164,7 @@ iabbrev waht what
|
||||||
iabbrev tehn then
|
iabbrev tehn then
|
||||||
|
|
||||||
set iskeyword+=-
|
set iskeyword+=-
|
||||||
set scrolloff=44 " scroll offset
|
set scrolloff=10 " scroll offset
|
||||||
set showcmd " show command in bottom bar
|
set showcmd " show command in bottom bar
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue