qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.67k stars 219 forks source link

[Feature request] - Smooth scrolling on jumps #828

Open ayarulin opened 3 years ago

ayarulin commented 3 years ago

Currently, we have instant teleport to position when jumping to line by number or via <C-u> etc. It would be nicer to utilize smooth scrolling for that, as they do in Oni2, it feels much better.

vimr

oni2

muxcmux commented 3 years ago

+1 for that. I find smooth scrolling really helpful when jumping with ctrl + d/u otherwise I feel disoriented

cnshsliu commented 3 years ago

@ayarulin How to make Tab show its number as your first image? would you be so kind to share your config? thanks a lot.

cnshsliu commented 3 years ago

@ayarulin How to make Tab show its number as your first image? would you be so kind to share your config? thanks a lot.

I just figure out that to show tab number, just simply uncheck "Use custom tab implementation" in "Preferences/Appearance". I depend on tab number to switch tab with "gt"