From c37848bfb3d17499889ba7a5e957d89a2f371bfd Mon Sep 17 00:00:00 2001 From: Ingo Lohmar Date: Thu, 20 Feb 2025 19:45:49 +0100 Subject: [PATCH] mv alt+R binding from project to normal "project" bindings are inherited by the "home" screen, but the command inserts into a buffer, hence fails with an error. --- 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 14d8500..902d8dc 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -11,7 +11,6 @@ ["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"]] ] }, @@ -93,6 +92,7 @@ ["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"],