From 4ecc278b3f45f75a433c6d51a7bbc2fb40d71c64 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Fri, 25 Apr 2025 15:44:02 +0200 Subject: [PATCH] fix: date keybinding should instert --- src/keybind/builtin/flow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 350a515..29dae9e 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -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": {