Closed Freed-Wu closed 4 years ago
count
has special meaning for native <C-D>
and <C-U>
, which is honored by vim-smoothie too. It is used to control amount of lines scrolled on each keypress:
The number of lines comes from the 'scroll' option (default: half a screen). If [count] given, first set 'scroll' option to [count].
Fear not, though! <C-F>
and <C-B>
do not share this behavior, so you can use f.ex. 2<C-F>
instead of 4<C-D>
. Cheers!
it looks like
nnoremap <silent> <C-D> :<C-U>call smoothie#downwards()<CR>
cannot realize it.Unfortunately it cannot realize it, too.
Thank you very much!