Fuzzy Finder Keybinds
Denoted by the [keybinds.fuzz]
tag in TOML. Usable while in the fuzzy finder menu.
Start Writing
can change the keybind for writing/searching using the start_writing
toml key.
default value is:
toml
start_writing = "/"
Enter
can change the keybind for selecting the item using the enter
toml key.
default value is:
toml
enter = "enter"
Up
can change the keybind for moving up using the up
toml key.
default value is:
toml
up = "up"
Down
can change the keybind for moving down using the down
toml key.
default value is:
toml
down = "down"
Exit
can change the keybind for exiting using the exit
toml key.
default value is:
toml
exit = "esc"