-
Notifications
You must be signed in to change notification settings - Fork 68
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
PageUp & PageDown keys #204
Labels
kind/enhancement
New feature or request
Comments
There are two key bindings available to go to top and the bottom of the dataset panel: |
11 tasks
@ironicviking I made a new PR including support to navigate with |
Amazing! Will check now, thanks!
…On Tue, Jun 11, 2024, at 15:35, Daniel Omar Vergara Pérez wrote:
@ironicviking <https://github.com/ironicviking> I made a new PR including support to navigate with `pgdn` and `pgup`. Is this what you need?
—
Reply to this email directly, view it on GitHub <#204 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BDZCL5FZMSLXBLKB7WLO5OLZG34IXAVCNFSM6AAAAABI6UCOSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRQG44DKNJYGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi @ironicviking ! Did it work? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a postgres database with 100s of tables. A lot of times i need to scroll towards the end of the tables to find the one i want. When in the left pane, i can move up and down using arrows or j & k , however I'm not able to use PageUp or PageDown to navigate the list of tables, just Up and Down 1 at a time.
Basically it could work by scrolling down to next set of items, or scroll up/down # rows (configurable in config please :) ).
Summary, please add PageUp & PageDown in both the table listing and dataset panels.
The text was updated successfully, but these errors were encountered: