feat: add keybind to generate and insert 4 bytes of random hex data

This commit is contained in:
CJ van den Berg 2025-01-09 22:05:10 +01:00
parent a0cee00f66
commit 97cc7be97c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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"]]
]
},