feat: add flow mode keybind to insert full iso date and time
This commit is contained in:
parent
acce51583d
commit
4c759b14f3
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
|||
["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_insert", "date", "--iso-8601"]]
|
||||
["alt+d", ["shell_execute_insert", "date", "--iso-8601"]],
|
||||
["ctrl+alt+shift+d", ["shell_execute_insert", "date", "--iso-8601=seconds"]]
|
||||
]
|
||||
},
|
||||
"normal": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue