Skip to content
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

Expose lines in view buffer, generate key descriptions #148

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tjkopena
Copy link

@tjkopena tjkopena commented Mar 8, 2018

This request adds two small features:

  • A trivial function to expose the number of lines currently in the view buffer. This is useful to do things like not scroll past the end of the buffer, scroll to show exactly the tail of the buffer filling the view, etc..

  • A simple function to take a key & modifier pair and generate a human readable description of the key combo. This is useful to do things like automatically generate usage help text from keybindings.

@tjkopena tjkopena changed the title Expose number of lines in view buffer Expose lines in view buffer, generate key descriptions Mar 9, 2018
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.

None yet

1 participant