Skip to content

Commit 8856270

Browse files
committed
docs(readme): add more keybindings related to how to navigate tview tables
1 parent a341e42 commit 8856270

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ Just hit the `BACK` and `NEXT` buttons to go back and forth.
287287
|<kbd>l</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes |
288288
|<kbd>Arrow Left</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes |
289289
|<kbd>h</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes |
290+
|<kbd>g</kbd> | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes |
291+
|<kbd>G</kbd> | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes |
292+
|<kbd>Ctrl-F</kbd> | Move down by one page. Views: rows, constraints, structure and indexes |
293+
|<kbd>Ctrl-B</kbd> | Move up by one page. Views: rows, constraints, structure and indexes |
290294
|<kbd>Ctrl+c</kbd> | Quit |
291295

292296
## Contribute

0 commit comments

Comments
 (0)