Home Keybinds
Denoted by the [keybinds.home] tag in TOML.
Focus Viewer
You can change the keybind for focusing the file viewer using the focus_viewer TOML key.
Default value:
focus_viewer = "V"Focus Filetree
You can change the keybind for focusing the file tree using the focus_explorer TOML key.
Default value:
focus_explorer = "F"Finder
You can change the keybind for opening the fuzzy finder using the finder TOML key.
Default value:
finder = "f"Create File/Folder
You can change the keybind for creating a new file or folder using the create TOML key.
Default value:
create = "c"Rename File/Folder
You can change the keybind for renaming a file or folder using the rename TOML key.
Default value:
rename = "r"Scroll Up
You can change the keybind for scrolling up using the scroll_up TOML key.
Default value:
scroll_up = "up"Scroll Down
You can change the keybind for scrolling down using the scroll_down TOML key.
Default value:
scroll_down = "down"Move File/Folder
You can change the keybind for moving a file or folder using the move TOML key.
Default value:
move = "m"Delete File/Folder
You can change the keybind for deleting a file or folder using the delete TOML key.
Default value:
delete = "d"Edit File
You can change the keybind for editing a file using the edit TOML key.
Default value:
edit = "enter"Back to Menu
You can change the keybind for returning to the main menu using the return_to_menu TOML key.
Default value:
return_to_menu = "esc"