diff options
| author | jdhao <jdhao@hotmail.com> | 2020-02-04 21:13:11 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-02-04 21:13:11 +0800 |
| commit | b64a1991259517475b690a0c5570780dbdfa407d (patch) | |
| tree | d5f2949fe2b9f24d4d5529cb838936f0b66cf6a2 | |
| parent | c20f15ad10d1c1d91701aa1084b4ea2de8cfa47a (diff) | |
update scroll settings
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim index 50e9fb0..83be177 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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 |
