terryma / vim-smooth-scroll

Make scrolling in Vim more pleasant
312 stars 36 forks source link

Smooth scrolling breaks visual mode #1

Closed fatih closed 9 years ago

fatih commented 11 years ago

Normally when we select a line (via V) than we can increase the selection via ctrl+d and ctrl+u. However this plugin breaks this behaviour. We are no more able to select lines in visual mode. Because vim-smooth-scrool disables visual mode as soon as we use on of the calls.

jordwalke commented 11 years ago

I noticed this too.

ZiYang-oyxy commented 11 years ago

Caused by :redraw. Are there any solutions?

lucasicf commented 10 years ago

@fatih @hh123okbb @jordwalke

mapping the commands with nnoremap instead of noremap I even suggest changing the documentation, because there's no benefit of this outside of the normal mode.

silouanwright commented 10 years ago

@lucasicf I don't believe it works when you change the mappings like that in the .vimrc

lucasicf commented 10 years ago

@rey-wright it worked successfully for me... can you try and see whether it works for you too? it'll be helpful to validate this solution. thanks