feat: add flow mode keybindings for add_task

This commit is contained in:
CJ van den Berg 2025-08-13 19:17:52 +02:00
parent 5ce458e636
commit 7bd9c972e7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -30,6 +30,7 @@
["f11", "toggle_panel"],
["f12", "toggle_inputview"],
["alt+!", "run_task"],
["ctrl+1", "add_task"],
["ctrl+tab", "next_tab"],
["ctrl+shift+tab", "previous_tab"],
["ctrl+shift+e", "switch_buffers"],
@ -283,6 +284,7 @@
},
"overlay/palette": {
"press": [
["alt+!", "add_task"],
["ctrl+j", "toggle_panel"],
["ctrl+q", "quit"],
["ctrl+w", "close_file"],