docs: update README line about jump to code fence motion

This commit is contained in:
Aly Thobani 2026-05-24 16:58:56 -07:00
parent bcad4fd818
commit 72e932010b

View file

@ -88,7 +88,7 @@ Finally, this plugin also provides the following motions/mappings by default:
- `[[` and `]]` to jump to the previous and next Markdown heading.
- `zk` and `zj` to move up and down while skipping folds.
- `gc` and `gC` to jump to the next and previous Markdown code fence.
- `gc` and `gC` to jump to the next and previous Markdown code fence (line starting with >= 3 backticks). Can jump to both opening and closing fences.
- `gl` and `gL` to jump to the next and previous link.
- `gf` to open the link or file under the cursor (temporarily moving the cursor if necessary—e.g. if it's on the first square bracket of a [[Wikilink]]).