junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.52k stars 118 forks source link

Scroll wheel only works inside text area #179

Open imyxh opened 6 years ago

imyxh commented 6 years ago

With set mouse=a in my goyo_enter() function, the scroll wheel on my mouse will only cause the screen to scroll if my cursor is within the text area—if my cursor is in one of the margins around the text, scrolling does not work.