diff options
| author | Somelauw <Somelauw> | 2017-05-30 23:35:25 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-05-30 23:35:25 +0200 |
| commit | 2ed16810b7e05de1231e7e9d15d56ac93251f0fc (patch) | |
| tree | d16932a6064d2702304e48aef71e53a3b7e1bd9a /doc | |
| parent | 7cd1903419b9681993210723fc854bd43ca080e5 (diff) | |
Explain why ^ and $ are bound in doc/keythemes.org
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/keythemes.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/keythemes.org b/doc/keythemes.org index f938487..6b1fe16 100644 --- a/doc/keythemes.org +++ b/doc/keythemes.org @@ -16,8 +16,8 @@ |-----+-------------------------------+-----------------------------------------| | 'x' | evil-org-delete-char | like x but keep tables and tags aligned | | 'X' | evil-org-delete-previous-char | like X but keep tables and tags aligned | - | '$' | org-end-of-line | like $ but stop before fold marker | - | '^' | org-beginning-of-line | | + | '$' | org-end-of-line | like $ but stop before fold marker* | + | '^' | org-beginning-of-line | like 0 but can be special* | | TAB | org-cycle | change folding level of current heading | | o | evil-org-open-below | like o but continue tables and items | | O | evil-org-open-above | like O but continue tables and items | @@ -26,6 +26,8 @@ | { | org-backward-paragraph | beginning of table | | } | org-forward-paragraph | end of table | |-----+-------------------------------+-----------------------------------------| + + * Set evil-org-special-ctrl-a/e to t to make org-beginning-of-line and org-end-of-line ignore leading stars and ending tags on headings.* *** Operators Operators for promoting/demoting headings and items |
