Skip to content

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:

toml
focus_viewer = "V"

Focus Filetree

You can change the keybind for focusing the file tree using the focus_explorer TOML key.

Default value:

toml
focus_explorer = "F"

Finder

You can change the keybind for opening the fuzzy finder using the finder TOML key.

Default value:

toml
finder = "f"

Create File/Folder

You can change the keybind for creating a new file or folder using the create TOML key.

Default value:

toml
create = "c"

Rename File/Folder

You can change the keybind for renaming a file or folder using the rename TOML key.

Default value:

toml
rename = "r"

Scroll Up

You can change the keybind for scrolling up using the scroll_up TOML key.

Default value:

toml
scroll_up = "up"

Scroll Down

You can change the keybind for scrolling down using the scroll_down TOML key.

Default value:

toml
scroll_down = "down"

Move File/Folder

You can change the keybind for moving a file or folder using the move TOML key.

Default value:

toml
move = "m"

Delete File/Folder

You can change the keybind for deleting a file or folder using the delete TOML key.

Default value:

toml
delete = "d"

Edit File

You can change the keybind for editing a file using the edit TOML key.

Default value:

toml
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:

toml
return_to_menu = "esc"

Released under the MIT License