From 97cc7be97cc17d4dd4bd52b2b8223629fde008ab Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 9 Jan 2025 22:05:10 +0100 Subject: [PATCH] feat: add keybind to generate and insert 4 bytes of random hex data --- src/keybind/builtin/flow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 6345f23..a50cb61 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -5,6 +5,7 @@ ["ctrl+minus", "adjust_fontsize", -1.0], ["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]], ["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]], + ["alt+R", ["shell_execute_insert", "openssl", "rand", "-hex", "4"]], ["alt+d", ["shell_execute_log", "date"]] ] },