Diary Keybinds
Denoted by the [keybinds.diary]
tag in TOML.
Edit File
can change the keybind for editing the file using the edit
toml key.
default value is:
toml
edit = "e"
Finder
can change the keybind for opening the fuzzy finder using the finder
toml key.
default value is:
toml
finder = "f"
Scroll Up
can change the keybind for scrolling up using the scroll_up
toml key.
default value is:
toml
scroll_up = "up"
Scroll Down
can change the keybind for scrolling down using the scroll_down
toml key.
default value is:
toml
scroll_down = "down"
Return To Menu
can change the keybind for returning to menu using the return_to_menu
toml key.
default value is:
toml
return_to_menu = "esc"