There was added new table in result table named keybinds. With this table you can redefine mapping for cycle_result_pane action. To do this, in config you need to add
result = {
keybinds = {
prev = "J", -- or any
next = "K", -- or any
}
}
Other feature is ability to choose does these mappings attach to request result buffer or not. If you want to make mappings locally in buffer, add
There was added new table in
result
table namedkeybinds
. With this table you can redefine mapping forcycle_result_pane
action. To do this, in config you need to addOther feature is ability to choose does these mappings attach to request result buffer or not. If you want to make mappings locally in buffer, add
This feature is useful if you already have other actions mapped with
H
orL
.Defaults for
result.keybinds
are following:So plugin acts like before if
keybinds
is not set.