summaryrefslogtreecommitdiffstats
path: root/src/tui/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/app.rs')
-rw-r--r--src/tui/app.rs12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/tui/app.rs b/src/tui/app.rs
index 023955f..5d2515a 100644
--- a/src/tui/app.rs
+++ b/src/tui/app.rs
@@ -148,11 +148,13 @@ pub fn help() -> Dialog {
**Space**: Cycle layout (4 Pane, 2 Pane, FullScreen)
## Scroll
-**h,j,k,l**: ←,↓,↑,→
-**Ctrl<b>, Ctrl<u>**: ↑ x 10
-**Ctrl<f>, Ctrl<d>**: ↓ x 10
-**gg**: Scroll To Top
-**G**: Scroll To Bottom
+**h,j,k,l**: ←,↓,↑,→
+**Ctrl<u>**: ↑ x 5
+**Ctrl<d>**: ↓ x 5
+**Ctrl<b>**: ↑ x 10
+**Ctrl<f>**: ↓ x 10
+**gg**: Scroll To Top
+**G**: Scroll To Bottom
## Misc
**ZZ, Ctrl<c>**: Exit