summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomelauw <Somelauw@gmail.com>2020-09-27 21:03:05 +0200
committerGitHub <noreply@github.com>2020-09-27 21:03:05 +0200
commita629fb705b0ac704580d5a5833a64716284074e7 (patch)
tree451c08cf6bcb3ff7fa67af9cad96b28089032edf
parent35e1fe26208ae40608e4f0beb726c37cbe809167 (diff)
parent613d53e92dbd869e4edf9324420fde317033d595 (diff)
Merge pull request #83 from crocket/README
Reflect changed key bindings on README
-rw-r--r--README.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.org b/README.org
index a5603f8..bb825af 100644
--- a/README.org
+++ b/README.org
@@ -37,7 +37,7 @@ See [[file:doc/changelog.org][changelog]] for a history of changes.
| key | explanation |
|--------------+------------------------|
| M-ret | insert heading |
- | TAB | fold / unfold headings |
+ | <tab>, g TAB | fold / unfold headings |
| M-h or << | promote a heading |
| M-l or >> | demote a heading |
| M-k | move subtree up |
@@ -68,7 +68,11 @@ See [[file:doc/changelog.org][changelog]] for a history of changes.
|-------------------------+-------------------------+-----------------------------------------------------------------------------------|
| Evil key | Emacs key | explanation |
|-------------------------+-------------------------+-----------------------------------------------------------------------------------|
+ | gH | | Move cursor to the top of window |
+ | gM | | Move cursor to the middle of window |
+ | gL | | Move cursor to the bottom of window |
| <tab>, S-<return> | <tab> | go to the corresponding entry at point |
+ | g TAB | <tab> | go to the corresponding entry at point |
| <return> | <return> | go to the Org mode file which contains the item at point |
| M-<return> | L | Display Org file and center around the item |
| <space> | <space> | scroll up |
@@ -101,7 +105,7 @@ See [[file:doc/changelog.org][changelog]] for a history of changes.
| gR | g | refresh all agendas |
| ZQ | x | exit agenda |
| ZZ | Q | quit agenda |
- | z | v | tweak display (deadlines, diary, follow/log-mode, entry text, grid, day/week/year |
+ | gD | v | tweak display (deadlines, diary, follow/log-mode, entry text, grid, day/week/year |
| ZD | # | dim blocked tasks |
| sc, sr, se, st, s^ | <, =, _, /, ^ | filter by category, regexp, effort, tag, top headline |
| su | \vert | remove all filters |