diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 902d8dc..14d8500 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -11,6 +11,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"]] ] }, @@ -92,7 +93,6 @@ ["alt+s", "filter", "sort"], ["alt+v", "paste"], ["alt+x", "open_command_palette"], - ["alt+R", ["shell_execute_insert", "openssl", "rand", "-hex", "4"]], ["alt+left", "jump_back"], ["alt+right", "jump_forward"], ["alt+up", "pull_up"],