mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
docs: update README line about jump to code fence motion
This commit is contained in:
parent
bcad4fd818
commit
72e932010b
1 changed files with 1 additions and 1 deletions
|
|
@ -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]]).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue