-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |