2022-05-13 19:17:41 +03:00
|
|
|
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 19:17:41 +03:00
|
|
|
|
|
|
|
|
|
2022-05-13 23:15:15 +03:00
|
|
|
Features
|
|
|
|
|
--------
|
2022-05-13 19:17:41 +03:00
|
|
|
|
2022-05-13 23:15:15 +03:00
|
|
|
- Creating and toggle checkboxes and radio buttons
|
2022-05-13 19:17:41 +03:00
|
|
|
|
|
|
|
|
|
2022-05-13 23:15:15 +03:00
|
|
|
Install
|
|
|
|
|
-------
|
2022-05-13 19:17:41 +03:00
|
|
|
|
|
|
|
|
```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
|
2022-05-13 19:17:41 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|