From d4723bcdc2c177ef43d081c1f19eec3bc8ddf557 Mon Sep 17 00:00:00 2001 From: G Date: Mon, 21 Nov 2022 12:59:21 +0800 Subject: [PATCH] add navigation --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ca0fa..31bc687 100644 --- a/README.md +++ b/README.md @@ -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`