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 more keybindings related to how to navigate tview tables #243

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ Just hit the `BACK` and `NEXT` buttons to go back and forth.
|<kbd>l</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes |
|<kbd>Arrow Left</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes |
|<kbd>h</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes |
|<kbd>g</kbd> | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes |
|<kbd>G</kbd> | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes |
|<kbd>Ctrl-F</kbd> | Move down by one page. Views: rows, constraints, structure and indexes |
|<kbd>Ctrl-B</kbd> | Move up by one page. Views: rows, constraints, structure and indexes |
|<kbd>Ctrl+c</kbd> | Quit |

## Contribute
Expand Down