Did you check the docs?
Is your feature request related to a problem? Please describe.
Usually, I like binding 'o' to create a new todo item when hovering on a todo item in normal mode, but to simply create a new line when hovering over a non-todo item.
With Checkmate's multi-functional:Checkmate create, I cannot replicate this behavior.
Describe the solution you'd like
Split the :Checkmate create command into simple single-task commands, (such as :Checkmate create_sibling) or add an option to configure the behavior of the :Checkmate create not to turn an existing line into todo item.
Describe alternatives you've considered
If checkmate could expose in its API a "is the cursor hovering over a todo item", mini.keymap could be used to achieve the same result.
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
Usually, I like binding 'o' to create a new todo item when hovering on a todo item in normal mode, but to simply create a new line when hovering over a non-todo item.
With Checkmate's multi-functional
:Checkmate create, I cannot replicate this behavior.Describe the solution you'd like
Split the
:Checkmate createcommand into simple single-task commands, (such as:Checkmate create_sibling) or add an option to configure the behavior of the:Checkmate createnot to turn an existing line into todo item.Describe alternatives you've considered
If checkmate could expose in its API a "is the cursor hovering over a todo item", mini.keymap could be used to achieve the same result.
Additional context
No response