feat(task): add project tasks

This commit is contained in:
CJ van den Berg 2025-01-25 20:25:03 +01:00
parent 6130aa6b79
commit 2f7bee1bef
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
8 changed files with 433 additions and 5 deletions

View file

@ -1,6 +1,7 @@
{
"project": {
"press": [
["alt+!", "select_task"],
["ctrl+tab", "next_tab"],
["ctrl+shift+tab", "previous_tab"],
["ctrl+shift+e", "switch_buffers"],
@ -317,6 +318,25 @@
["backspace", "mini_mode_cancel"]
]
},
"mini/buffer": {
"press": [
["ctrl+q", "quit"],
["ctrl+v", "system_paste"],
["ctrl+u", "mini_mode_reset"],
["ctrl+g", "mini_mode_cancel"],
["ctrl+c", "mini_mode_cancel"],
["ctrl+l", "scroll_view_center_cycle"],
["ctrl+i", "mini_mode_insert_bytes", "\t"],
["ctrl+space", "mini_mode_cancel"],
["ctrl+backspace", "mini_mode_reset"],
["alt+v", "system_paste"],
["alt+shift+v", "system_paste"],
["tab", "mini_mode_try_complete_file"],
["escape", "mini_mode_cancel"],
["enter", "mini_mode_select"],
["backspace", "mini_mode_delete_backwards"]
]
},
"mini/file_browser": {
"press": [
["ctrl+q", "quit"],