Skip to content

plugins

rovr supports several plugins to enhance its functionality. you can enable and configure them in your config.toml file.

rovr's zoxide integration

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.
rovr's bat integration

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’s PATH.
  • line numbers: toggle line numbers with plugins.bat.show_line_numbers.

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 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.