Task Shortcut

Hello,
I use vim mode and the shortcut for converting a line to a task (Ctrl-q t) is not compatible with vim mode.
I have tried to customize the shortcut in SETTINGS, but only Task:Cycle state is available it would seem.

How could I customize the shortcut to something like “Ctrl-Enter” for example?

Alternatively, if there’s a way to add “Not a task” to the task cycle and let that one shortcut cycle through:

  • Text
  • Task (todo)
  • Task (done)
  • back to normal text (not a task)

Apologies if I wasted anyone’s time, I managed to get Ctrl-Enter working (in vim mode) with the following in my SETTINGS

shortcuts:
- command: "Turn into task"
  key: "Ctrl-Enter"
2 Likes