Skip to content

Commit

Permalink
docs(readme): add more keybindings related to how to navigate tview t…
Browse files Browse the repository at this point in the history
…ables
  • Loading branch information
danvergara committed Nov 5, 2024
1 parent a341e42 commit 8856270
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 8856270

Please sign in to comment.