toggle-checkbox.nvim
toggle-checkbox.nvim copied to clipboard
Toggle multiple checkboxes with visual selection
Hi, Interesting project!
I've been using jkramer/vim-checkbox and would like to go all Lua, but found a behavior that differs which I would miss. The behavior I'm after is to toggle all selected lines whilst in visual mode.
Anything you've thought about?
Thanks
Hi,
thanks for the interesting project! I second @Granddave comment :-) and would additionally wish for multiple checkbox toggling for nested checkboxes. So if I toggle a parent, the state of the children should change as well (e.g. vimwiki has such a functionality)
Example:
- [ ] parent
- [ ] child
Toggling the parent, would also toggle the child