context menu
rovr provides a convenient right-click context menu that gives you quick access to common file operations.
accessing the context menu
Section titled “accessing the context menu”you can open the context menu by:
- right-clicking on any file or folder in the file list
- the menu appears at your cursor position with relevant actions
available actions
Section titled “available actions”the context menu includes the following operations:
copy the selected file(s) to rovr’s clipboard.
- equivalent to pressing
yorctrl+c - works with multiple selections
cut the selected file(s) to rovr’s clipboard for moving.
- equivalent to pressing
xorctrl+x - works with multiple selections
paste files from rovr’s clipboard to the current directory.
- equivalent to pressing
porctrl+v - handles conflicts with duplicate file names
rename
Section titled “rename”rename the selected item.
- equivalent to pressing
rorf2 - only available for single file/folder selection
delete
Section titled “delete”delete the selected file(s).
- equivalent to pressing
dordelete - works with multiple selections
compress the selected file(s) into an archive.
- equivalent to pressing
shift+e - supports multiple archive formats
- works with multiple selections
extract archive
Section titled “extract archive”extract the contents of a compressed file.
- equivalent to pressing
ctrl+e - only available when an archive file is selected
copy path
Section titled “copy path”copy the full path of the selected item to your system clipboard.
- equivalent to the copy path button action
- copies the absolute path as text
navigation with the context menu
Section titled “navigation with the context menu”when the context menu is open:
- move up/down: arrow keys or
k/j - select action:
enteror click - close menu:
escor click outside the menu
double-click behavior
Section titled “double-click behavior”in addition to the context menu, rovr supports double-clicking:
- on folders: opens the folder (same as pressing
enter) - on files: attempts to open the file with the default application
the double-click delay can be configured in your config.toml:
[settings]# time in seconds between clicks to register as double-clickdouble_click_delay = 0.25mouse scroll
Section titled “mouse scroll”you can also use your mouse wheel to scroll through the file list when hovering over it.