Keybindings
this page provides a comprehensive list of the default keybindings in rovr. you can customize these keybindings in your config.toml file.
main bindings
Section titled “main bindings”| action | default hotkey | description |
|---|---|---|
| toggle_pin | P | Pin folder |
| toggle_pinned_sidebar | S | Toggle sidebar |
| toggle_preview_sidebar | I | Toggle preview |
| toggle_footer | F | Toggle footer |
| toggle_menuwrapper | M | Toggle menu wrapper |
| focus_toggle_pinned_sidebar | s | Focus sidebar |
| focus_file_list | escape | Focus file list |
| focus_toggle_preview_sidebar | i | Focus preview |
| focus_toggle_path_switcher | ctrl+l | Focus path |
| focus_toggle_processes | # | Focus processes |
| focus_toggle_clipboard | c | Focus clipboard |
| focus_toggle_metadata | m | Focus metadata |
| focus_search | ctrl+f slash | Search |
| copy | y ctrl+c | Copy |
| paste | p ctrl+v | Paste |
| cut | x ctrl+x | Cut |
| delete | d delete | Delete |
| rename | r f2 | Rename |
| new | ctrl+n o | New |
| toggle_all | % ctrl+a | Select all |
| zip | E | Zip |
| unzip | ctrl+e | Unzip |
| copy_path | Y | Copy path |
| up | up k | Up |
| down | down j | Down |
| up_tree | left h | Go up directory |
| down_tree | right l enter | Enter/Select |
| page_up | pageup ctrl+b | Page Up |
| page_down | pagedown ctrl+f | Page Down |
| home | home g | First |
| end | end G | Last |
| hist_previous | backspace u | History back |
| hist_next | space | History forward |
| toggle_visual | v | Visual mode |
| toggle_hidden_files | full_stop | Toggle hidden files |
| select_up | shift+up K | Select up |
| select_down | shift+down J | Select down |
| select_page_up | shift+pageup | Select page up |
| select_page_down | shift+pagedown | Select page down |
| select_home | shift+home | Select to top |
| select_end | shift+end | Select to end |
| tab_next | ctrl+j | Next tab |
| tab_previous | ctrl+k | Previous tab |
| tab_new | n | New tab |
| tab_close | w | Close tab |
| preview_scroll_left | left h | Scroll left |
| preview_scroll_right | right l | Scroll right |
| preview_select_right | shift+right L | Select right |
| preview_select_left | shift+left H | Select left |
| show_keybinds | ? | Show keybinds |
| quit_app | q ctrl+q | Quit app |
| command_palette | ctrl+p | Launch command palette |
| suspend_app | ctrl+z | Suspend app |
alternate layers
Section titled “alternate layers”change_sort_order
Section titled “change_sort_order”Keybinds related to changing the sort order
| action | default hotkey | description |
|---|---|---|
| open_popup | , | Open sort order popup |
| name | a | Sort by name |
| extension | e | Sort by extension |
| natural | n | Sort naturally |
| size | s | Sort by size |
| created | c | Sort by created |
| modified | m | Sort by modified |
| descending | d | Toggle descending |
delete_files
Section titled “delete_files”Keybinds related to the delete confirmation screen
| action | default hotkey | description |
|---|---|---|
| trash | d | Delete to recycle bin |
| delete | x | Permanently delete |
| cancel | c escape | Cancel deletion |
filename_conflict
Section titled “filename_conflict”Keybinds related to handling a conflict with two files of the same name
| action | default hotkey | description |
|---|---|---|
| overwrite | o | Overwrite file |
| skip | s | Skip file |
| rename | r | Rename file |
| cancel | c escape | Cancel operation |
| dont_ask_again | a | Don’t ask me again |
file_in_use
Section titled “file_in_use”Keybinds related to handling a file that is in use by another process
| action | default hotkey | description |
|---|---|---|
| retry | r | Retry operation |
| skip | s | Skip file |
| cancel | c escape | Cancel operation |
| dont_ask_again | a | Don’t ask me again |
filter_modal
Section titled “filter_modal”Keybinds related to selecting options in a modal screen (like FileSearch or ZDToDirectory)
| action | default hotkey | description |
|---|---|---|
| exit | escape | Exit modal |
| down | down ctrl+j | Select down |
| up | up ctrl+k | Select up |
yes_or_no
Section titled “yes_or_no”Keybinds related to yes/no confirmation modals
| action | default hotkey | description |
|---|---|---|
| yes | y | Yes |
| no | n escape | No |
| dont_ask_again | a | Don’t ask me again |