Skip to content

Commit

Permalink
add navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Nov 21, 2022
1 parent c8c6913 commit d4723bc
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
hehe
# Manual

## Navigate

Navigate through the different Scroll Areas of the frontmost window with:

| scroll area | key |
| :---: | :---:
| next | `tab` or `down` or `control n`
| previous | `shift tab` or `up` or `control p`
| first | `command up`
| last | `command down`
| halfway up | `control up`
| halfway down | `control down`
| exit | `escape` or `return` or `i` or _your global hotkey_

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 |
| :---: | :---:
| next | `j` or `down` or `control j` or `control n`
| previous | `k` or `up` or `control p`
| first | `gg`
| last | `G`
| halfway up | `control b` or `control u`
| halfway down | `control f` or `control d`

0 comments on commit d4723bc

Please sign in to comment.