-
Notifications
You must be signed in to change notification settings - Fork 236
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
How to customize the padding height of the begin and end. #374
Comments
There is no "padding". When executing
Note that it would have been better to use something like this:
but I just realized there is a bug with |
The bug is fixed in d12b3e7 btw. |
@ahrm It really works! Thank you very much for everything you have done! |
|
Is there a way to have There are many situations in which I would prefer this behaviour:
If there is no way to achieve this, might it be possible to add a configuration setting to set this? Thank you so much!!! |
I just want to mention that the command should be "goto_beginning" instead of "goto_begining", with double "n". The latter one does not work at least in the development branch. |
It seems like the default padding height is 50%.
after typing the gg command
after typing the G command
I have set
background_color 0.0 0.0 0.0
, so the padding content is shown in black. Is it possible to disable the beginning and the ending padding?The text was updated successfully, but these errors were encountered: