Closed nikitavoloboev closed 6 years ago
It's not clear how I can batch multiple keystrokes together in the action.
I want to make a binding on b key to insert TODO:. With a space after.
TODO:
I would think I'd have to do something like this [:b [:T][:O]] to achieve this but not sure. The tutorial is not clear about it either.
[:b [:T][:O]]
it's [:b [:!St :!So :!Sd :!So]].
[:b [:!St :!So :!Sd :!So]]
thanks
It's not clear how I can batch multiple keystrokes together in the action.
I want to make a binding on b key to insert
TODO:
. With a space after.I would think I'd have to do something like this
[:b [:T][:O]]
to achieve this but not sure. The tutorial is not clear about it either.