fix: date keybinding should instert
This commit is contained in:
parent
05a14ae95c
commit
4ecc278b3f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]],
|
||||
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]],
|
||||
["ctrl+f6", "open_version_info"],
|
||||
["alt+d", ["shell_execute_log", "date"]]
|
||||
["alt+d", ["shell_execute_insert", "date"]]
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue