Skip to content

Keybindings

this page provides a comprehensive list of the default keybindings in rovr. you can customize these keybindings in your config.toml file.

actiondefault hotkeydescription
toggle_pinptoggle the current folder in the pinned folder sidebar.
toggle_pinned_sidebarstoggle viewing the pinned sidebar.
toggle_preview_sidebaritoggle viewing the preview sidebar.
toggle_footerftoggle viewing the footer.
focus_toggle_pinned_sidebarstoggle focus between pinned folder sidebar and file list.
focus_file_listescapefocus the file list.
focus_toggle_preview_sidebarifocus toggle between preview sidebar and file list.
focus_toggle_path_switcherctrl+lfocus toggle between path switcher and file list.
focus_searchctrl+f, slashfocus toggle the processes container.
focus_toggle_processesf6focus toggle the clipboard container.
focus_toggle_clipboardcfocus toggle the metadata container.
focus_toggle_metadatamfocus the search bar.
copyy, ctrl+ccopy the selected files in the file list to the clipboard.
pastep, ctrl+vpaste the selected files in the clipboard into the current directory.
cutx, ctrl+xcut the selected files in the file list to the clipboard.
deleted, deletedelete the selected files in the file list.
renamer, f2rename the selected file in the file list to something else.
newctrl+n, ocreate a new item in the current directory.
zipeenter into select mode and select/unselect everything.
unzipctrl+ecreate a zip archive from selected files.
upup, kextract a selected zip archive.
downdown, jgo up the file list options.
up_treeleft, hgo down the file list options.
down_treeright, l, entergo up the file tree.
page_uppageup, ctrl+bgo down the file tree, or open the currently selected item.
page_downpagedown, ctrl+fpage up in the file list options.
homehome, gpage down in the file list options.
endend, ggo to the first option in the file list options.
hist_previousbackspace, ugo to the last option in the file list options.
hist_nextspacego back in history.
refreshctrl+r, f5go forward in history.
toggle_visualvrefresh the file list.
toggle_all%, ctrl+aenter or exit select/visual mode.
select_upshift+up, kwhile in visual mode, extend the selection up.
select_downshift+down, jwhile in visual mode, extend the selection down.
select_page_upshift+pageupwhile in visual mode, extend the selection to the previous page.
select_page_downshift+pagedownwhile in visual mode, extend the selection to the next page.
select_homeshift+homewhile in visual mode, extend the selection to the first option.
select_endshift+endwhile in visual mode, extend the selection to the last option.
tab_nextctrl+jgo to the next tab, if it is available.
tab_previousctrl+kgo to the previous tab, if it is available.
tab_newncreate a new tab.
tab_closewclose the current tab.
preview_scroll_leftleft, hwhile using settings.preview_full = true, and the preview container is focused, scroll left when this keybind is pressed.
preview_scroll_rightright, lwhile using settings.preview_full = true, and the preview container is focused, scroll right when this keybind is pressed.
preview_select_leftshift+left, hwhile using textarea for previewing, use this keybind to extend selection to the right.
preview_select_rightshift+right, lwhile using textarea for previewing, use this keybind to extend selection to the left.