From da247d60946c51b819ce480aa78e71e31968acec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Omar=20Vergara=20P=C3=A9rez?= Date: Mon, 4 Nov 2024 22:26:26 -0600 Subject: [PATCH] docs(readme): add more keybindings related to how to navigate tview tables (#243) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2fc58e4..5f3de3a 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,10 @@ Just hit the `BACK` and `NEXT` buttons to go back and forth. |l | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes | |Arrow Left | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes | |h | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes | +|g | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes | +|G | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes | +|Ctrl-F | Move down by one page. Views: rows, constraints, structure and indexes | +|Ctrl-B | Move up by one page. Views: rows, constraints, structure and indexes | |Ctrl+c | Quit | ## Contribute