Highlight syntax inside Markdown
Vim can highlight code syntax embedded inside Markdown
Vim can highlight code syntax embedded inside Markdown
Comment or uncomment code in Vim with or without a plugin.
Change the case of text in Vim with motions and text objects.
Use Livedown to enable live Markdown document preview in Vim.
Use insert mode mappings to stay in insert mode.
Use cdo and the confirm flag to find and replace across a project.
Use Vim’s skeletons to populate new files with a template automatically.
Use Vim’s built-in mappings to navigate around the screen.
Use Eunuch’s :Cfind command to navigate through find results.
Use :wa or :qa to write all or quit Vim without writing.