refactor(terminal): add run_task keybind to terminal mode

This commit is contained in:
CJ van den Berg 2026-02-25 11:55:20 +01:00
parent 7e01eae389
commit f17ceb282a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -599,6 +599,7 @@
["ctrl+shift+p", "open_command_palette"],
["alt+shift+p", "open_command_palette"],
["alt+x", "open_command_palette"],
["alt+!", "run_task"],
["alt+f9", "panel_next_widget_style"]
]
}