Markd.ly Pro includes a vim mode in the editor: modal editing with normal, insert, visual (character) and command-line modes — the core motions (h j k l, w b e, 0 $, gg G, f t) and operators (d c y with motions, dd yy, . repeat) you reach for without thinking — inside a fast native markdown editor with live preview, not a terminal and not a browser tab. It is a focused, deliberate subset, not a full vim emulator (see “The honest limits” below).
This is rare on purpose: most polished markdown editors are built for prose-first writers and skip modal editing entirely. Developers and technical writers who live in vim usually end up using a code editor for markdown just to keep their keystrokes — and lose the focused writing surface. Markd.ly is the uncommon middle: a writing-grade editor that still speaks vim.