mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update scroll settings
This commit is contained in:
parent
c20f15ad10
commit
b64a199125
@ -855,8 +855,8 @@ nnoremap <silent> <C-f> :call comfortable_motion#flick(winheight(0) * 4)<CR>
|
||||
nnoremap <silent> <C-b> :call comfortable_motion#flick(winheight(0) * -4)<CR>
|
||||
|
||||
" Mouse settings
|
||||
noremap <silent> <ScrollWheelDown> :call comfortable_motion#flick(40)<CR>
|
||||
noremap <silent> <ScrollWheelUp> :call comfortable_motion#flick(-40)<CR>
|
||||
noremap <silent> <ScrollWheelDown> :call comfortable_motion#flick(20)<CR>
|
||||
noremap <silent> <ScrollWheelUp> :call comfortable_motion#flick(-20)<CR>
|
||||
|
||||
"""""""""""""""""""""""""" asyncrun.vim settings """"""""""""""""""""""""""
|
||||
" Automatically open quickfix window of 6 line tall after asyncrun starts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user