vim-md/README.md

36 lines
713 B
Markdown
Raw Permalink Normal View History

Vim Markdown
============
2022-05-13 18:41:19 +03:00
2022-05-13 23:15:15 +03:00
ftplugin to work with markdown.
2022-05-13 23:15:15 +03:00
Features
--------
2022-05-13 23:15:15 +03:00
- Creating and toggle checkboxes and radio buttons
2022-05-13 23:15:15 +03:00
Install
-------
```shell
mkdir ~/.vim/ftplugin
2022-05-13 23:15:15 +03:00
curl https://code.geekfrom.ru/i/vim-md/raw/branch/master/ftplugin/markdown.vim > ~/.vim/ftplugin/markdown.vim
```
Mappings
--------
2022-05-13 23:15:15 +03:00
| 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.