summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSomelauw <Somelauw>2017-07-16 18:07:04 +0200
committerSomelauw <Somelauw>2017-07-16 18:08:41 +0200
commit25a6d5b05a5c19a105c59215f16888c89c245712 (patch)
tree3b21707d82fb68865eca8ecbeff45681472ab125 /doc
parente9620d06d47a6d949a612002b0877a9c52bf2032 (diff)
Improve and document functions without default binding
Diffstat (limited to 'doc')
-rw-r--r--doc/keythemes.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/keythemes.org b/doc/keythemes.org
index 798357c..7308688 100644
--- a/doc/keythemes.org
+++ b/doc/keythemes.org
@@ -139,3 +139,18 @@
| =M-o= | org-insert-heading+org-metaright |
|-------+----------------------------------|
+** Commands without default binding
+ These functions don't have any bindings by default. You can bind them under C-c or another leader key. These functions may have a few bugs. Improvements in the form of pull requests
+ are welcome.
+
+ |---------------------------+----------------------------------------|
+ | function | explanation |
+ |---------------------------+----------------------------------------|
+ | evil-org-recompute-clocks | recompute clocks in selection |
+ | evil-org-open-links | opens links in selection |
+ | evil-org-open-incognito | open link at point in incognito window |
+ |---------------------------+----------------------------------------|
+
+ Recomputing a single clock can also be done with =C-c C-c=.
+ =evil-org-open-links= opens all links in a selection. Use =RET= to open a single link.
+ =evil-org-open-incognito= tries to open a link in a private window.