Markdown Heading Indent #8

Open
opened 2026-04-21 12:39:15 +00:00 by benie · 0 comments
Owner

It would be convenient to be able to use <</>>/<{motion}/>{motion} to in and out dent Markdown section headings. For example, pressing << on the first line would dedent itself and all sub-section headers:

### Section title
#### Sub-section title

Would result in:

## Section title
### Sub-section title
It would be convenient to be able to use `<<`/`>>`/`<{motion}`/`>{motion}` to in and out dent Markdown section headings. For example, pressing `<<` on the first line would dedent itself and all sub-section headers: ```markdown ### Section title #### Sub-section title ``` Would result in: ```markdown ## Section title ### Sub-section title ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/nvim#8