feat: add sample binding of shell_execute_log
This commit is contained in:
parent
cfc99b61dc
commit
e1f0a4d074
3 changed files with 18 additions and 12 deletions
|
@ -2,7 +2,8 @@
|
|||
"project": {
|
||||
"press": [
|
||||
["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]],
|
||||
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]]
|
||||
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]],
|
||||
["alt+d", ["shell_execute_log", "date"]]
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue