Skip to content

Smooth Scrolling#182

Merged
nbelzer merged 3 commits intomasterfrom
172-smooth-scrolling
Aug 21, 2020
Merged

Smooth Scrolling#182
nbelzer merged 3 commits intomasterfrom
172-smooth-scrolling

Conversation

@nbelzer
Copy link
Copy Markdown
Collaborator

@nbelzer nbelzer commented Aug 11, 2020

Resolves #83.

  • Implements smooth scrolling (based on logic from sVim).
  • Adds smoothScroll: <true | false> option to configuration. By default this is set to true.
  • Adds scrollDuration: <int> option to configuration. By default this is set to a relatively speedy 25ms.

Based on my own fork of Vimari I used the custom logic found in the repo
for sVim to implement smooth scrolling. The logic is slightly adjusted
to fit the needs of Vimari (configuration options).
@nbelzer nbelzer requested a review from danielcompton August 11, 2020 12:10
@nbelzer nbelzer self-assigned this Aug 11, 2020
@nbelzer nbelzer merged commit 663c8b7 into master Aug 21, 2020
@nbelzer nbelzer deleted the 172-smooth-scrolling branch August 21, 2020 21:42
@channelx43
Copy link
Copy Markdown

Hi,
Sorry if this is not the right way to communicate this. But I recently started using vimari on safari (coming from vimium on chrome for windows) and the j and k scroll is not smooth on safari on mac. Is there a different version or option that I can use. Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scrolling with j and k keys is not smooth.

2 participants