toggle-checkbox.nvim icon indicating copy to clipboard operation
toggle-checkbox.nvim copied to clipboard

Toggle multiple checkboxes with visual selection

Open Granddave opened this issue 1 year ago • 1 comments

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

Granddave avatar Apr 23 '24 17:04 Granddave

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

kraxli avatar May 07 '24 20:05 kraxli