mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add scrolloff distances
This commit is contained in:
parent
aae924f1a4
commit
33cccffc7d
|
@ -48,6 +48,8 @@ set mouse=a " Enable mouse mode
|
||||||
set encoding=utf-8 " Use UTF-8, not ASCII (May cause issues on TTY)
|
set encoding=utf-8 " Use UTF-8, not ASCII (May cause issues on TTY)
|
||||||
set path+=** " Search down into subfolders with tab completion
|
set path+=** " Search down into subfolders with tab completion
|
||||||
set wildmenu " Display all matching files when we tab complete
|
set wildmenu " Display all matching files when we tab complete
|
||||||
|
set scrolloff=5 " Keep 5 lines horizontal scrolloff
|
||||||
|
set sidescrolloff=5 " Keep 5 characters vertical scrolloff
|
||||||
"set termguicolors " Use true colors (256) (May cause issues on TTY)
|
"set termguicolors " Use true colors (256) (May cause issues on TTY)
|
||||||
|
|
||||||
" Disable automatic commenting on newline
|
" Disable automatic commenting on newline
|
||||||
|
|
Loading…
Reference in a new issue