tutorial
this tutorial covers the complete usage of rovr, from basic navigation to advanced file operations.
getting started
Section titled “getting started”when you first launch rovr, you’ll see the main interface with three panels:
- file list (center): displays files and folders in the current directory
- sidebar (left): shows directory tree and pinned folders
- preview (right): displays file content or metadata
your first keys
Section titled “your first keys”- use the arrow keys or vim-style keys (
hjkl) to navigate - press
enterorlto enter a folder - press
horbackspaceto go back up - press
?to see the help screen with all keybindings
panel traversal
Section titled “panel traversal”rovr uses a background-highlighted option to show your currently selected item, and switches to a different colored text when unfocused.
travelling in lists
Section titled “travelling in lists”- move cursor right/select option:
lorrightarrow key - move cursor left:
horleftarrow key - move cursor up:
korup - move cursor down:
jordown - go to the first item:
gorhome - go to the last item:
shift+gorend
unique to the main file list
Section titled “unique to the main file list”- go up the file tree:
horleftarrow key - go down the file tree:
l,rightarrow key, orenter - go back in history:
backspaceoru - go forwards in history:
space - pin the currently focused folder:
shift+p - toggle hidden files visibility:
.(period key) - reload file list:
ctrl+r
file selection and operations
Section titled “file selection and operations”selecting files
Section titled “selecting files”rovr supports multiple selection modes for efficient file operations:
- select range: use
shiftwith arrow keys (only in visual mode) - select all:
%orctrl+a - visual mode:
vfor extended selection
basic file operations
Section titled “basic file operations”once you have files selected, you may choose to use these operations or use the buttons available:
- copy:
yorctrl+c - cut:
xorctrl+x - paste:
porctrl+v - delete:
dordeletekey - rename:
rorf2 - create new entries:
ctrl+noro - compress to archive:
E(uppercase E) - extract archive:
ctrl+e - copy path:
Y(uppercase Y)
navigation features
Section titled “navigation features”quick navigation
Section titled “quick navigation”- search in current folder:
ctrl+for/ - pin current folder:
P(uppercase P)
no images again lol - command palette:
ctrl+p
tabs and workspaces
Section titled “tabs and workspaces”- open new tab:
n - close current tab:
w - next tab:
ctrl+j - previous tab:
ctrl+k
sidebar and panels
Section titled “sidebar and panels”- toggle sidebar:
S - toggle preview:
I - toggle footer
- toggle header
looks very similar to another file explorer… - focus sidebar:
s - focus file list:
esc - focus preview:
i - focus metadata:
m - focus processes:
# - focus clipboard:
c
file preview
Section titled “file preview”the preview panel shows different content based on file type:
- text files: syntax-highlighted content (optionally
batis available as a plugin) - images: the image itself, using proper protocols (refer to image-previews)
- archives: list of contained files
- folders: file count and size information (if metadata panel is focused)
customization
Section titled “customization”configuration
Section titled “configuration”rovr stores its configuration in your system’s standard config directory:
- windows:
%APPDATA%\rovr\config.toml - macos:
~/Library/Application Support/rovr/config.toml - linux:
~/.config/rovr/config.toml
rovr is designed similarly to ghostty where it should work with minimal configuration, but has a lot of customisable options.
here are some common changes
[interface]# hide tooltips when hovering over buttonstooltips = false# make ui not change based on width/heightuse_reactive_layout = false# yazi uses scrolloff 5, but nnn is 3, mc is 0, vifm is 4# so it really is up to you, default is 3scrolloff = 5
[interface.clock]# disable the clockenabled = false
[interface.compact_mode]# fit the big buttons into a single linebuttons = true
[settings]# show hidden files (toggleable by `.`)show_hidden_files = truenext steps
Section titled “next steps”now that you know the basics, explore these other topics:
- user interface guide - detailed interface explanation
- file operations guide - comprehensive operations reference
- keybindings reference - complete keyboard shortcuts
- configuration guide - customize rovr to your needs
- tips and tricks - efficiency tips and power user features
for more help, press ? in rovr to see all available keyboard shortcuts or visit the documentation.