aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands_test.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: execute commands with templatesKoni Marti2023-05-161-0/+54
Execute template code before running a command. With this, we can use templates in our keybinds like: [messages] E = :'{{if match (.Flags|join "") "O"}}envelope{{else}}view{{end}}'<Enter> Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>