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