Open p00f opened 4 years ago
Since the second file is selected, it looks like 1
is pressed
I thought it was like #109 but i tried pressing shift too
Hi Thanks for the report this issue.
Goneovim will scroll by inputing n<C-e>
or n<C-y>
where n
is a number of scroll amount.
This is actually equivalent to call function such that
call nvim_input("2<C-e>")
The problem you reported seems to be that vim-startify is responding to the scroll amount number specified in the function argument above.
I'm trying to figure out how to fix it. Umm...
This is actually equivalent to call function such that
call nvim_input("2<C-e>")
Thanks for this info. For the time being, I think I can patch the vim-startify plugin
Scrolling using mousewheel causes selection in vim-startify
init.vim:
setting.toml:
Screencast gif