feat: add keybind to generate and insert 4 bytes of random hex data
This commit is contained in:
parent
a0cee00f66
commit
97cc7be97c
1 changed files with 1 additions and 0 deletions
|
@ -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"]]
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue