[docs] update docs for half page hotkeys

pull/1084/head
Tim Stack 2 years ago
parent b92663b38a
commit f34a5cf589

@ -24,10 +24,18 @@ The majority of these hotkeys should be available in all views.
- :kbd:`PgDn`
-
- Down a page
* - :kbd:`Ctrl` + :kbd:`d`
-
-
- Down by half a page
* - :kbd:`b`
- :kbd:`Backspace`
- :kbd:`PgUp`
- Up a page
* - :kbd:`Ctrl` + :kbd:`u`
-
-
- Up by half a page
* - :kbd:`j`
- :kbd:`↓`
-

@ -203,11 +203,13 @@ that you can always use `q` to pop the top view off of the stack.
### Spatial Navigation
| Key(s) | Action |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| g/Home | Move to the top of the file. |
| G/End | Move to the end of the file. If the view is already at the end, it will move to the last line. |
| SPACE/PgDn | Move down a page. |
| CTRL+d | Move down by half a page. |
| b/PgUp | Move up a page. |
| CTRL+u | Move up by half a page. |
| j/↓ | Move down a line. |
| k/↑ | Move up a line. |
| h/← | Move to the left. In the log view, moving left will reveal the source log file names for each line. Pressing again will reveal the full path. |

@ -226,7 +226,9 @@ can always use  q  to pop the top view off of the stack.
G/End Move to the end of the file. If the view is
already at the end, it will move to the last line.
SPACE/PgDn Move down a page.
CTRL+d Move down by half a page.
b/PgUp Move up a page.
CTRL+u Move up by half a page.
j/↓ Move down a line.
k/↑ Move up a line.
h/← Move to the left. In the log view, moving left

Loading…
Cancel
Save