feat: rename select_task to run_task and add a string parameter

This commit is contained in:
CJ van den Berg 2025-08-13 18:03:17 +02:00
parent c640c3f04b
commit cea8edecb9
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 22 additions and 13 deletions

View file

@ -29,7 +29,7 @@
["f10", "theme_next"],
["f11", "toggle_panel"],
["f12", "toggle_inputview"],
["alt+!", "select_task"],
["alt+!", "run_task"],
["ctrl+tab", "next_tab"],
["ctrl+shift+tab", "previous_tab"],
["ctrl+shift+e", "switch_buffers"],