psliwka / vim-smoothie

Smooth scrolling for Vim done right🥤
MIT License
994 stars 27 forks source link

scrolling doesn't work in insert mode #30

Open uvicorn opened 3 years ago

uvicorn commented 3 years ago

https://user-images.githubusercontent.com/59787538/114911248-021a2080-9e49-11eb-815c-03048edc66e8.mp4

WhyNotHugo commented 3 years ago

Mouse-wheel scrolling works for me in INSERT mode (I'll admit I'd never even though of the idea of scrolling in insert mode).

How exactly are you scrolling?

uvicorn commented 3 years ago

shift+ up\down arrow . In my terminal it is ^[[1;2A and ^[[1;2B изображение

psliwka commented 2 years ago

Note to myself: the following scrolling keys in insert mode should be supported:

<S-Up>      move window one page up              *i_<S-Up>*
<PageUp>    move window one page up              *i_<PageUp>*
<S-Down>    move window one page down            *i_<S-Down>*
<PageDown>  move window one page down            *i_<PageDown>*