readme: Fix ~~~ -> =~= syntax

This commit is contained in:
Pierre Neidhardt 2017-11-08 08:16:35 +01:00
parent 8e744d5e5d
commit 26b3eebb40
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ The rules are more-or-less sorted by priority.
- ~p~, ~P~
- ~=~, ~<~, ~>~
- ~J~
- ~~~
- =~=
Any of those keys can be set to be a prefix key.
@ -203,7 +203,7 @@ Suggested mark bindings:
- ~m~: Mark or toggle mark, depending on what the mode offers.
- ~~~: Toggle all mark. This mirrors the "invert-char" Vim command bound to ~~~
- =~=: Toggle all mark. This mirrors the "invert-char" Vim command bound to =~=
by default.
- ~M~: Remove all marks.