Skip to content

Commit

Permalink
add scroll keys
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Nov 21, 2022
1 parent 5de2b07 commit 61e8b02
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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

Expand Down

0 comments on commit 61e8b02

Please sign in to comment.