Skip to main content

New answers tagged

0 votes

What is the best way to do smooth scrolling in Vim?

Try this hack: nnoremap <C-d> 5<C-e>5j nnoremap <C-u> 5<C-y>5k
ARAVIND SWAMI's user avatar
-1 votes

JavaScript - disable page refresh on mobile device

this worked for me body { overscroll-behavior: none; }
dom nugteren's user avatar
0 votes

How to know scroll to element is done in Javascript?

2026 Update: According to this, now all browsers are supported the scrollend event. Thanks to @Mario, I modify his code, and rewrite it in an extension function: Element.prototype.asyncScrollIntoView =...
amir_a14's user avatar
  • 2,171

Top 50 recent answers are included