mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Don't scroll when clicking near the top or bottom of the location list
This commit is contained in:
parent
044feb1183
commit
b3824b086c
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ autocmd FileChangedRO * nested set noreadonly
|
|||
autocmd FileType vue setlocal spell
|
||||
|
||||
"special side/bottom-bar settings to apply when opened
|
||||
autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
||||
autocmd BufEnter,FileType extradite setlocal number "enable line numbers in extradite
|
||||
autocmd BufEnter,FileType qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
||||
autocmd BufEnter,FileType qf setlocal scrolloff=0 "don't scroll when clicking near the top or bottom of the list
|
||||
autocmd BufEnter,FileType help* setlocal nocursorline "remove the horizontal cursor line
|
||||
|
||||
"load in an 80 char vertical split if the window is wider than 140 characters
|
||||
|
|
Loading…
Reference in a new issue