feat: add goto_offset keybind "b" in goto mini mode

This effectively makes `ctrl+g b` the goto_offset keybinding.
This commit is contained in:
CJ van den Berg 2025-09-17 22:18:45 +02:00
parent 30a457158c
commit 7c5a22c959
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -341,6 +341,7 @@
}, },
"mini/numeric": { "mini/numeric": {
"press": [ "press": [
["b", "goto_offset"],
["ctrl+q", "quit"], ["ctrl+q", "quit"],
["ctrl+v", "system_paste"], ["ctrl+v", "system_paste"],
["ctrl+u", "mini_mode_reset"], ["ctrl+u", "mini_mode_reset"],