List of keybindings.
Declarations
Type
list of (submodule)
Default
[ ]
Example
[
{ key = "j"; command = "scroll_down"; }
{ key = "k"; command = "scroll_up"; }
{ key = "J"; command = [ "select_item" "scroll_down" ]; }
{ key = "K"; command = [ "select_item" "scroll_up" ]; }
]
Sign in to create a configuration using this setting.