-
Notifications
You must be signed in to change notification settings - Fork 28
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
Last place centering #2
Comments
My vim already centers the screen. It might be one of my plugins doing it.... I'll dig deeper in to this later this week. If vim doesn't center it automatically, we will definitely add this feature! @Dan-Silva can you double check and see what happens when you jump to the " mark ( type g`" ) inside a large text file? If it doesn't center, I'd also be interested in which version of vim you're running. Thanks! |
thanks @Dan-Silva for the great idea! Please try out the new code and let me know how it works for you! |
The patch fixed it, it looks nice now :) Thank you! |
It would be nice if it was possible to center the line on the screen instead of being at the bottom. Maybe a
zz
would handle it?The text was updated successfully, but these errors were encountered: