-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements, issue fixes #21
Conversation
b2fe2b8
to
b814d2f
Compare
b095bd9
to
788dc2b
Compare
Vim needs to include patch 8.2.1280 for this to work Closes psliwka#12
4ba9665
to
d77d5f1
Compare
Implements the _Minimal Solution_ as discussed in psliwka#19 (comment) Can be used as-is, or can be implemented using a dedicated command if required in the future. Closes psliwka#17 Closes psliwka#19
@psliwka May I request you to make me a collaborator of this repo? PS. yep, It was me who mailed you |
d436aff
to
c097b45
Compare
variable
|
They are not scroll commands. I think it's better to leave them out of default mappings, as the user may face unintended behaviour. The <Plug> mappings can be used to create custom mappings if the user desires.
Scrolling is noticeably smoother, nice! |
<Cmd> mappings were introduced in vim in patch 8.2.1978, not 8.2.1280
Include new customization options. Closes psliwka#22
Two requests to @psliwka
|
- Previously bell rang as-soon-as we reached buffer-end. Now it imitates natural vim behaviour better. - Now g:smoothie_bell_enabled sets it's default from the value of &belloff - Removed code comments for smoothie#G() because it's exactly the same as smoothie#gg() - Fixed minor problem in ^F
@psliwka I suggest we move this repo to the @vim-smoothie organization I have created for specifically this plugin. If you agree to my suggestion, then please have a look at the following article on how to transfer ownership - I ask for transfer of ownership because it is better to have an organization for a plugin (similar to vim-airline) and because transfer of ownership ensures smooth (pun intended) transition for the users, PRs, issues, etc. Hope you agree |
Wow, this is an impressive amount of work, thanks! I'm starting to review this now. Given the volume of changes, please bear with me till I get to the end ;) I'll post any potential questions as I go. |
This comment has been minimized.
This comment has been minimized.
Are we going to?
Did you receive it? |
No worries, take your time :)
I currently live in GMT+1, so 19:44 right now ;) |
I have made the requested changes in a different branch, so had to open a new PR |
Improve user experience by making the speed profile perceivably smoother. Based on @subnut's experiments from #21 (comment)
Continued at #23