Keybindings
this page provides a comprehensive list of the default keybindings in rovr. you can customize these keybindings in your config.toml file.
| 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 | number_sign | 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 | question_mark | Show keybinds |
| change_sort_order | comma | Change sort order |
| quit_app | q ctrl+q | Quit app |
| command_palette | c t r l + p | Launch command palette |
| suspend_app | ctrl+z | Suspend app |