summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2017-11-04 13:05:59 +0100
committerSomelauw <Somelauw>2017-11-04 13:05:59 +0100
commita8c555153c1650f1049dab2dcdc2dc41d07debd5 (patch)
tree6ab1c95b02a68260eb958dcc785465af2d1b9463
parent61c07e38f4a327ce0d26cf927cf42bf4ea367a30 (diff)
Add documentation about calendar bindings
In doc/keythemes.org
-rw-r--r--doc/keythemes.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/keythemes.org b/doc/keythemes.org
index cccb15b..7ac6385 100644
--- a/doc/keythemes.org
+++ b/doc/keythemes.org
@@ -120,6 +120,20 @@
- =daR= to delete a subtree
- =yiR= to yank the contents of a subtree
+** Calendar
+ Disabled by default.
+ When enabled, these bindings are available in org-calendar in both Evil and Emacs mode.
+
+ |-------------------+--------------------------+-----------------------|
+ | evil-org key | emacs key | explanation |
+ |-------------------+--------------------------+-----------------------|
+ | =M-h= / =M-l= | =S-left= / =S-right= | next / previous day |
+ | =M-j= / =M-k= | =S-down= / =S-up= | next / previous week |
+ | =M-S-h= / =M-S-l= | =M-S-left= / =M-S-right= | next / previous month |
+ | =M-S-j= / =M-S-k= | =M-S-down= / =M-S-up= | next / previous year |
+ | =C-f= / =C-b= | =M-v= / =C-v= | scroll down /up |
+ |-------------------+--------------------------+-----------------------|
+
** Additional
If you don't want to use hjkl, you can customize =evil-org-movement-bindings=.
If you want to use these bindings even in insert mode, you can customize =evil-org-use-additional-insert=.