Skip to content

Commit 731487c

Browse files
committed
Updated README
1 parent 9f31f8f commit 731487c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ to remove it.
4040

4141
Next, try to do the same with arbitrary motion and by replacing `b` with `i`
4242
for italics, `s` for strike-through, `c` for code, etc.
43+
44+
You can also highlight text with `<localleader>h`. However, the highlight is
45+
not persistent. As usual, you can remove the highlight with `<localleader>d`.
46+
4347
See `markdown-extras-mappings` for all the possible text styles.
4448

4549
## Links
@@ -53,8 +57,8 @@ newly created link. Hit `K`. Then, hit `<enter>` again to open the link.
5357
The link can also be external URL:s, e.g. `https://example.com`.
5458

5559
Next, create some new links and use `<localleader>n` and `<localleader>N` to
56-
locate their position in the current buffer. When on a link, hit
57-
`<localleader>d` to remove it.
60+
locate their position in the current buffer. When on a link text, hit
61+
`<localleader>d` to remove the link.
5862

5963
Although you can hit `<enter>` to link a word, more generlly you can
6064
use `<localleader>l` plus some motion to create links.

0 commit comments

Comments
 (0)