yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.91k stars 322 forks source link

Integrate with vim's `o`/`O` key #1421

Open musjj opened 5 months ago

musjj commented 5 months ago

Proposal

Right now Enter automatically adds list/numbering/etc., but you can't achieve the same thing with o/O using the Vim plugin (https://github.com/VSCodeVim/Vim). It would be nice if there's a feature that will allow this, or at least some documentation for ways to achieve this.

yzhang-gh commented 5 months ago

That sounds interesting, but doesn't seem easy to implement...