Skip to content

gerardbm/vim-md-checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Toggle checkboxes in Vim

This plugin introduces an elegant way to toggle checkboxes from the Normal mode on the current line.

Values:

- [ ] First checkbox
- [x] Second checkbox

Default mappings (only in markdown files):

nnoremap <silent> <leader>we :call <SID>ChangeCheckbox()<CR>
nnoremap <silent> <leader>wx :call <SID>DeleteCheckbox()<CR>

Default maps are disabled with the following option:

let g:checkbox_maps = 0

About

Toggle checkboxes easily in Vim/Neovim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published