vim-md/README.md

36 lines
713 B
Markdown

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 | `<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.