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

Add page up/page down support in process logs. #77

Open
tleavitt opened this issue Nov 8, 2018 · 1 comment
Open

Add page up/page down support in process logs. #77

tleavitt opened this issue Nov 8, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@tleavitt
Copy link

tleavitt commented Nov 8, 2018

I've found myself spending a lot of time holding the up and down arrow keys to examine the process logs. It would be nice to have page up and page down functionality to make this faster.

Unix standard is to map 'd' to page down and 'u' to page up. 'd' is currently reserved for the debugger, so we could map 'shift + d' and 'shift + u', say.

While we're at it, a shortcut to jump to the end of the log would also be nice. In vim and git this is 'shift + g'.

@tleavitt tleavitt added the enhancement New feature or request label Nov 8, 2018
@tleavitt
Copy link
Author

Addressed by #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant