vim-md/README.md

713 B

Vim Markdown

ftplugin to work with markdown.

Features

  • Creating and toggle checkboxes and radio buttons

Install

mkdir ~/.vim/ftplugin
curl https://code.geekfrom.ru/i/vim-md/raw/branch/master/ftplugin/markdown.vim > ~/.vim/ftplugin/markdown.vim

Mappings

description modes mapping
Set/remove radio button normal, visual <leader>r
Set/remove checkbox normal, visual <leader>c
Toggle checkbox/radio button normal, visual <leader>t

License

MIT License. See LICENSE for more information.