plugins
rovr
supports several plugins to enhance its functionality. you can enable and configure them in your config.toml
file.
zoxide
Section titled “zoxide”
zoxide allows you to zip around your filesystem, and can be integrated into rovr
- enable:
plugins.zoxide.enabled = true
- keybinding: the default keybinding to open the zoxide dialog is
z
.

to allow for more file previews, bat can be used for its syntax highlighting capabilities.
- enable:
plugins.bat.enabled = true
- executable: you can specify the path to the
bat
executable if it’s not in your system’sPATH
. - line numbers: toggle line numbers with
plugins.bat.show_line_numbers
.
editor
Section titled “editor”this plugin allows you to open files and folders in your preferred editor.
- enable:
plugins.editor.enabled = true
- executables: set the command to open files (
file_executable
) and folders (folder_executable
). - keybinding: the default keybinding is
e
.
zen mode
Section titled “zen mode”zen mode provides a distraction-free view by hiding all ui elements except for the file list.
- enable:
plugins.zen_mode.enabled = true
- keybinding: the default keybinding to toggle zen mode is
shift+z
.