From 61e8b02c59ad9d2ee88bbad5855c05be42f54ff5 Mon Sep 17 00:00:00 2001 From: G Date: Mon, 21 Nov 2022 23:30:48 +0800 Subject: [PATCH] add scroll keys --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d56ca7c..c9885a1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Navigate through the different Scroll Areas of the frontmost window with: If you use [kindaVim](https://github.com/godbout/kindaVim.docs), then you'll be able to navigate with Vim moves by entering Normal Mode and: -| target | kindaVim move | +| scroll area | kindaVim move | | :---: | :---: | next | `j` or `down` or `control j` or `control n` | previous | `k` or `up` or `control p` @@ -25,6 +25,18 @@ If you use [kindaVim](https://github.com/godbout/kindaVim.docs), then you'll be | halfway up | `control b` or `control u` | halfway down | `control f` or `control d` +## Scroll + +Scroll with: + +| scroll area | key +| :---: | :---: +| down a bit | `j` +| up a bit | `k` +| down a lot | `d` or `control d` +| up a lot | `u` or `control u` +| to the bottom | `G` +| to the top | `gg` # Alternatives