feat(task): add project tasks
This commit is contained in:
parent
6130aa6b79
commit
2f7bee1bef
8 changed files with 433 additions and 5 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue