Vim Markdown ============ ftplugin to work with markdown. Features -------- - Creating and toggle checkboxes and radio buttons Install ------- ```shell 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 | `r` | | Set/remove checkbox | normal, visual | `c` | | Toggle checkbox/radio button | normal, visual | `t` | License ------- MIT License. See `LICENSE` for more information.