diff options
| author | Somelauw <Somelauw@gmail.com> | 2019-11-04 22:36:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-04 22:36:17 +0100 |
| commit | e126a5ecad70eeb542b102e266705ab66769aefc (patch) | |
| tree | fa125256f97984956bbc5fea1d67b7911ba556f5 | |
| parent | 55f630d2cac13e4dfc2f0a0870ab1e01ee872efa (diff) | |
| parent | 95c6acc29ad11f4d44c3e93d6047dff256412498 (diff) | |
Merge pull request #49 from tiinanen/master
Fix typo
| -rw-r--r-- | doc/keythemes.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keythemes.org b/doc/keythemes.org index 7bd755b..0fbea1c 100644 --- a/doc/keythemes.org +++ b/doc/keythemes.org @@ -44,7 +44,7 @@ | key | function | explanation | |-----+------------+-------------------------------------| | =<= | evil-org-< | Promote all headings in marked area | - | =>= | evil-org-< | Demote all headings in marked area | + | =>= | evil-org-> | Demote all headings in marked area | |-----+------------+-------------------------------------| Variable =evil-org-retain-visual-state-on-shift= controls whether the selection should be restored after promoting / indenting, which is helpful if you want to promote / indent multiple times. By default this variable is set to =nil=. |
