ftplugin for markdown
 
Go to file
Andrew 275f3cd2d2
Set textwidth
Close #7
2022-05-16 13:48:45 +04:00
ftplugin Set textwidth 2022-05-16 13:48: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.