ftplugin for markdown
 
Go to file
Andrew 37ccac0e5e
Autosave after toggle checkbox or radio button
Close #8
2022-05-16 13:20:45 +04:00
ftplugin Autosave after toggle checkbox or radio button 2022-05-16 13:20:45 +04:00
.gitignore Initial commit 2022-05-13 18:41:19 +03:00
CHANGELOG.md Add release documentation 2022-05-14 00:15:15 +04:00
LICENSE Add release documentation 2022-05-14 00:15:15 +04:00
README.md Add release documentation 2022-05-14 00:15:15 +04:00

README.md

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.