From 4c759b14f3fa9a69ff1de80d2756b76bc1134db3 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 26 May 2025 11:54:50 +0200 Subject: [PATCH] feat: add flow mode keybind to insert full iso date and time --- src/keybind/builtin/flow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 648c47a..ac4402f 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -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": {