From 7c5a22c9591baa2a5f0d9e51eaf251ef46c5e4ba Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 17 Sep 2025 22:18:45 +0200 Subject: [PATCH] feat: add goto_offset keybind "b" in goto mini mode This effectively makes `ctrl+g b` the goto_offset keybinding. --- 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 ca9a7c4..8f0a85a 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -341,6 +341,7 @@ }, "mini/numeric": { "press": [ + ["b", "goto_offset"], ["ctrl+q", "quit"], ["ctrl+v", "system_paste"], ["ctrl+u", "mini_mode_reset"],