Skip to content

schema for humans

Title: Rovr Config

Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
interfaceobject
settingsobject
metadataobject
iconsobjectCustom icon configurations for files and folders
themeobject
custom_themearray of object
keybindsobject
pluginsobject
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
tooltipsbooleanShow tooltips when your mouse is over a tooltip supported button.
This is not hot reloaded.
nerd_fontbooleanUse nerd font for rendering icons instead of weird characters and stuff.
Not properly hot-reloaded.
use_reactive_layoutbooleanHide certain elements based on the width and height of the terminal.
show_progress_etabooleanWhen copying or deleting files, show an ETA for when the action will be completed.
show_progress_percentagebooleanWhen copying or deleting files, show a percentage of how much had been completed.
truncate_progress_file_pathbooleanWhen the process container is using file paths, truncate the file path to only view the first and last names of the path.
preview_errorstringIf for any reason the file preview refused to show, this appears.
preview_binarystringIf the current file cannot be read due to an encoding issue (ie not UTF8), it will display this message.
preview_startstringThis is shown when the rovr starts up. You may see it for a split second, but it will never appear afterwards.
clockobject

1.1. Property Rovr Config > interface > tooltips

Section titled “1.1. Property Rovr Config > interface > tooltips”
Typeboolean
RequiredNo
Defaulttrue

Description: Show tooltips when your mouse is over a tooltip supported button. This is not hot reloaded.

1.2. Property Rovr Config > interface > nerd_font

Section titled “1.2. Property Rovr Config > interface > nerd_font”
Typeboolean
RequiredNo
Defaultfalse

Description: Use nerd font for rendering icons instead of weird characters and stuff. Not properly hot-reloaded.

1.3. Property Rovr Config > interface > use_reactive_layout

Section titled “1.3. Property Rovr Config > interface > use_reactive_layout”
Typeboolean
RequiredNo
Defaulttrue

Description: Hide certain elements based on the width and height of the terminal.

1.4. Property Rovr Config > interface > show_progress_eta

Section titled “1.4. Property Rovr Config > interface > show_progress_eta”
Typeboolean
RequiredNo
Defaultfalse

Description: When copying or deleting files, show an ETA for when the action will be completed.

1.5. Property Rovr Config > interface > show_progress_percentage

Section titled “1.5. Property Rovr Config > interface > show_progress_percentage”
Typeboolean
RequiredNo
Defaultfalse

Description: When copying or deleting files, show a percentage of how much had been completed.

1.6. Property Rovr Config > interface > truncate_progress_file_path

Section titled “1.6. Property Rovr Config > interface > truncate_progress_file_path”
Typeboolean
RequiredNo
Defaultfalse

Description: When the process container is using file paths, truncate the file path to only view the first and last names of the path.

1.7. Property Rovr Config > interface > preview_error

Section titled “1.7. Property Rovr Config > interface > preview_error”
Typestring
RequiredNo
Default"Hmm, I think this file got corrupted (or maybe not?)"

Description: If for any reason the file preview refused to show, this appears.

1.8. Property Rovr Config > interface > preview_binary

Section titled “1.8. Property Rovr Config > interface > preview_binary”
Typestring
RequiredNo
Default"This file is not UTF-8 encoded, so I decline to read it."

Description: If the current file cannot be read due to an encoding issue (ie not UTF8), it will display this message.

1.9. Property Rovr Config > interface > preview_start

Section titled “1.9. Property Rovr Config > interface > preview_start”
Typestring
RequiredNo
Default"print(\"Hello, world!\")"

Description: This is shown when the rovr starts up. You may see it for a split second, but it will never appear afterwards.

1.10. Property Rovr Config > interface > clock

Section titled “1.10. Property Rovr Config > interface > clock”
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
enabledbooleanShow a clock in the tabs bar.
alignenum (of string)Align the clock to either the ‘right’ or ‘left’ of the tabs bar.

1.10.1. Property Rovr Config > interface > clock > enabled

Section titled “1.10.1. Property Rovr Config > interface > clock > enabled”
Typeboolean
RequiredNo
Defaulttrue

Description: Show a clock in the tabs bar.

1.10.2. Property Rovr Config > interface > clock > align

Section titled “1.10.2. Property Rovr Config > interface > clock > align”
Typeenum (of string)
RequiredNo
Default"right"

Description: Align the clock to either the ‘right’ or ‘left’ of the tabs bar.

Must be one of:

  • “left”
  • “right”
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
use_recycle_binbooleanWhen deleting a file, allow moving the file to the recycle bin.
copy_includes_metadatabooleanWhen copying over a file, preserve metadata from the original file, such as creation and modification times.
image_protocolenum (of string)The image protocol to use when displaying an image
preview_fullbooleanWhether or not you want to view the full file. It sort of works, not sure why it doesnt properly work, looking into it.
allow_tab_navbooleanAllow navigating the main app screen with `tab` and `shift+tab`
append_new_tabsbooleanChoose whether or not to append new tabs instead of inserting them.
`true` => Append to the end of the tab list.
`false` => Insert after the active tab.
cd_on_quitbooleanWhen quitting rovr, write the current directory to a file, so that you can cd into it.

2.1. Property Rovr Config > settings > use_recycle_bin

Section titled “2.1. Property Rovr Config > settings > use_recycle_bin”
Typeboolean
RequiredNo
Defaulttrue

Description: When deleting a file, allow moving the file to the recycle bin.

2.2. Property Rovr Config > settings > copy_includes_metadata

Section titled “2.2. Property Rovr Config > settings > copy_includes_metadata”
Typeboolean
RequiredNo
Defaulttrue

Description: When copying over a file, preserve metadata from the original file, such as creation and modification times.

2.3. Property Rovr Config > settings > image_protocol

Section titled “2.3. Property Rovr Config > settings > image_protocol”
Typeenum (of string)
RequiredNo
Default"Auto"

Description: The image protocol to use when displaying an image

Must be one of:

  • “Auto”
  • “TGP”
  • “Sixel”
  • “Halfcell”
  • “Unicode”

2.4. Property Rovr Config > settings > preview_full

Section titled “2.4. Property Rovr Config > settings > preview_full”
Typeboolean
RequiredNo
Defaultfalse

Description: Whether or not you want to view the full file. It sort of works, not sure why it doesnt properly work, looking into it.

2.5. Property Rovr Config > settings > allow_tab_nav

Section titled “2.5. Property Rovr Config > settings > allow_tab_nav”
Typeboolean
RequiredNo
Defaultfalse

Description: Allow navigating the main app screen with tab and shift+tab

2.6. Property Rovr Config > settings > append_new_tabs

Section titled “2.6. Property Rovr Config > settings > append_new_tabs”
Typeboolean
RequiredNo
Defaulttrue

Description: Choose whether or not to append new tabs instead of inserting them. true => Append to the end of the tab list. false => Insert after the active tab.

2.7. Property Rovr Config > settings > cd_on_quit

Section titled “2.7. Property Rovr Config > settings > cd_on_quit”
Typeboolean
RequiredNo
Defaultfalse

Description: When quitting rovr, write the current directory to a file, so that you can cd into it.

Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
fieldsarray of enum (of string)The order of the metadata tags that you want to see in the Metadata section.
datetime_formatstringThe datetime format for Metadata. Refer to https://docs.python.org/3/library/datetime.html#format-codes for more information.
filesize_decimalsintegerThe number of decimals you want to see in the humanized file size
filesize_suffixenum (of string)The filesize suffix to follow.
`decimal`: 1024 -> 1.024kB
`binary`: 1024 -> 1KiB
`gnu`: 1024 -> 1K

3.1. Property Rovr Config > metadata > fields

Section titled “3.1. Property Rovr Config > metadata > fields”
Typearray of enum (of string)
RequiredNo
Default["type", "permissions", "size", "modified", "accessed", "created"]

Description: The order of the metadata tags that you want to see in the Metadata section.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
fields items

3.1.1. Rovr Config > metadata > fields > fields items

Section titled “3.1.1. Rovr Config > metadata > fields > fields items”
Typeenum (of string)
RequiredNo

Must be one of:

  • “type”
  • “permissions”
  • “size”
  • “modified”
  • “accessed”
  • “created”

3.2. Property Rovr Config > metadata > datetime_format

Section titled “3.2. Property Rovr Config > metadata > datetime_format”
Typestring
RequiredNo
Default"%Y-%m-%d %H:%M"

Description: The datetime format for Metadata. Refer to https://docs.python.org/3/library/datetime.html#format-codes for more information.

3.3. Property Rovr Config > metadata > filesize_decimals

Section titled “3.3. Property Rovr Config > metadata > filesize_decimals”
Typeinteger
RequiredNo
Default1

Description: The number of decimals you want to see in the humanized file size

3.4. Property Rovr Config > metadata > filesize_suffix

Section titled “3.4. Property Rovr Config > metadata > filesize_suffix”
Typeenum (of string)
RequiredNo
Default"decimal"

Description: The filesize suffix to follow. decimal: 1024 -> 1.024kB binary: 1024 -> 1KiB gnu: 1024 -> 1K

Must be one of:

  • “decimal”
  • “binary”
  • “gnu”
Typeobject
RequiredNo
Additional propertiesNot allowed

Description: Custom icon configurations for files and folders

PropertyTypeTitle/Description
filesarray of objectCustom file icon mappings. Earlier entries have higher priority.
foldersarray of objectCustom folder icon mappings. Earlier entries have higher priority.
Typearray of object
RequiredNo
Default[]

Description: Custom file icon mappings. Earlier entries have higher priority.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
files items

4.1.1. Rovr Config > icons > files > files items

Section titled “4.1.1. Rovr Config > icons > files > files items”
Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyTypeTitle/Description
patternstringThe file name pattern to match
match_typeenum (of string)Type of matching:
`exact` : for exact file name matching
`endswith`: for file name ends with matching
iconstringThe icon character to use.
colorstringThe color for the icon. Can be a named color or hex code.
4.1.1.1. Property Rovr Config > icons > files > files items > pattern
Section titled “4.1.1.1. Property Rovr Config > icons > files > files items > pattern”
Typestring
RequiredYes

Description: The file name pattern to match

4.1.1.2. Property Rovr Config > icons > files > files items > match_type
Section titled “4.1.1.2. Property Rovr Config > icons > files > files items > match_type”
Typeenum (of string)
RequiredYes
Default"exact"

Description: Type of matching: exact : for exact file name matching endswith: for file name ends with matching

Must be one of:

  • “exact”
  • “endswith”
4.1.1.3. Property Rovr Config > icons > files > files items > icon
Section titled “4.1.1.3. Property Rovr Config > icons > files > files items > icon”
Typestring
RequiredYes

Description: The icon character to use.

4.1.1.4. Property Rovr Config > icons > files > files items > color
Section titled “4.1.1.4. Property Rovr Config > icons > files > files items > color”
Typestring
RequiredYes

Description: The color for the icon. Can be a named color or hex code.

4.2. Property Rovr Config > icons > folders

Section titled “4.2. Property Rovr Config > icons > folders”
Typearray of object
RequiredNo
Default[]

Description: Custom folder icon mappings. Earlier entries have higher priority.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
folders items

4.2.1. Rovr Config > icons > folders > folders items

Section titled “4.2.1. Rovr Config > icons > folders > folders items”
Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyTypeTitle/Description
patternstringThe folder name pattern to match
match_typeenum (of string)Type of matching:
`exact` : for exact file name matching
`endswith`: for file name ends with matching
iconstringThe icon character to use (should be a nerd font character)
colorstringThe color for the icon. Can be a named color or hex code
4.2.1.1. Property Rovr Config > icons > folders > folders items > pattern
Section titled “4.2.1.1. Property Rovr Config > icons > folders > folders items > pattern”
Typestring
RequiredYes

Description: The folder name pattern to match

4.2.1.2. Property Rovr Config > icons > folders > folders items > match_type
Section titled “4.2.1.2. Property Rovr Config > icons > folders > folders items > match_type”
Typeenum (of string)
RequiredYes
Default"exact"

Description: Type of matching: exact : for exact file name matching endswith: for file name ends with matching

Must be one of:

  • “exact”
  • “endswith”
4.2.1.3. Property Rovr Config > icons > folders > folders items > icon
Section titled “4.2.1.3. Property Rovr Config > icons > folders > folders items > icon”
Typestring
RequiredYes

Description: The icon character to use (should be a nerd font character)

4.2.1.4. Property Rovr Config > icons > folders > folders items > color
Section titled “4.2.1.4. Property Rovr Config > icons > folders > folders items > color”
Typestring
RequiredYes

Description: The color for the icon. Can be a named color or hex code

Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
defaultstringThe default theme. Can be changed while in rovr, but it is not persistent.
transparentbooleanUse a transparent background.

5.1. Property Rovr Config > theme > default

Section titled “5.1. Property Rovr Config > theme > default”
Typestring
RequiredNo
Default"nord"

Description: The default theme. Can be changed while in rovr, but it is not persistent.

5.2. Property Rovr Config > theme > transparent

Section titled “5.2. Property Rovr Config > theme > transparent”
Typeboolean
RequiredNo
Defaultfalse

Description: Use a transparent background.

Typearray of object
RequiredNo
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
custom_theme items

6.1. Rovr Config > custom_theme > custom_theme items

Section titled “6.1. Rovr Config > custom_theme > custom_theme items”
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
namestringA name for the theme. However, when the theme is available in the theme picker, it shows up as a hiphenated, lowercase version.
primarystringA hex code or named color to use as the primary color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
secondarystringA hex code or named color to use as the secondary color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
warningstringA hex code or named color to use as the warning color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
errorstringA hex code or named color to use as the error color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
successstringA hex code or named color to use as the success color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
accentstringA hex code or named color to use as the accent color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
foregroundstringA hex code or named color to use as the foreground color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
backgroundstringA hex code or named color to use as the background color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
surfacestringA hex code or named color to use as the surface color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
panelstringA hex code or named color to use as the panel color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
bar_gradientobjectThe gradient colors for the progress bar.
is_darkbooleanWhether or not this theme is a dark type theme.
variablesobjectExtra variables to set unique to the theme.
Refer to https://textual.textualize.io/guide/design/#additional-variables for more information.

6.1.1. Property Rovr Config > custom_theme > custom_theme items > name

Section titled “6.1.1. Property Rovr Config > custom_theme > custom_theme items > name”
Typestring
RequiredYes

Description: A name for the theme. However, when the theme is available in the theme picker, it shows up as a hiphenated, lowercase version.

6.1.2. Property Rovr Config > custom_theme > custom_theme items > primary

Section titled “6.1.2. Property Rovr Config > custom_theme > custom_theme items > primary”
Typestring
RequiredYes

Description: A hex code or named color to use as the primary color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.3. Property Rovr Config > custom_theme > custom_theme items > secondary

Section titled “6.1.3. Property Rovr Config > custom_theme > custom_theme items > secondary”
Typestring
RequiredYes

Description: A hex code or named color to use as the secondary color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.4. Property Rovr Config > custom_theme > custom_theme items > warning

Section titled “6.1.4. Property Rovr Config > custom_theme > custom_theme items > warning”
Typestring
RequiredYes

Description: A hex code or named color to use as the warning color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.5. Property Rovr Config > custom_theme > custom_theme items > error

Section titled “6.1.5. Property Rovr Config > custom_theme > custom_theme items > error”
Typestring
RequiredYes

Description: A hex code or named color to use as the error color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.6. Property Rovr Config > custom_theme > custom_theme items > success

Section titled “6.1.6. Property Rovr Config > custom_theme > custom_theme items > success”
Typestring
RequiredYes

Description: A hex code or named color to use as the success color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.7. Property Rovr Config > custom_theme > custom_theme items > accent

Section titled “6.1.7. Property Rovr Config > custom_theme > custom_theme items > accent”
Typestring
RequiredYes

Description: A hex code or named color to use as the accent color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.8. Property Rovr Config > custom_theme > custom_theme items > foreground

Section titled “6.1.8. Property Rovr Config > custom_theme > custom_theme items > foreground”
Typestring
RequiredYes

Description: A hex code or named color to use as the foreground color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.9. Property Rovr Config > custom_theme > custom_theme items > background

Section titled “6.1.9. Property Rovr Config > custom_theme > custom_theme items > background”
Typestring
RequiredYes

Description: A hex code or named color to use as the background color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.10. Property Rovr Config > custom_theme > custom_theme items > surface

Section titled “6.1.10. Property Rovr Config > custom_theme > custom_theme items > surface”
Typestring
RequiredYes

Description: A hex code or named color to use as the surface color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.11. Property Rovr Config > custom_theme > custom_theme items > panel

Section titled “6.1.11. Property Rovr Config > custom_theme > custom_theme items > panel”
Typestring
RequiredYes

Description: A hex code or named color to use as the panel color. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

6.1.12. Property Rovr Config > custom_theme > custom_theme items > bar_gradient

Section titled “6.1.12. Property Rovr Config > custom_theme > custom_theme items > bar_gradient”
Typeobject
RequiredNo
Additional propertiesNot allowed

Description: The gradient colors for the progress bar.

PropertyTypeTitle/Description
defaultarrayA list of hex codes, or named colors to use as the progress bar’s gradient colors. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
errorarrayA list of hex codes, or named colors to use as the progress bar’s gradient colors when it encountered an error. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.
6.1.12.1. Property Rovr Config > custom_theme > custom_theme items > bar_gradient > default
Section titled “6.1.12.1. Property Rovr Config > custom_theme > custom_theme items > bar_gradient > default”
Typearray
RequiredNo

Description: A list of hex codes, or named colors to use as the progress bar’s gradient colors. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationN/A
6.1.12.2. Property Rovr Config > custom_theme > custom_theme items > bar_gradient > error
Section titled “6.1.12.2. Property Rovr Config > custom_theme > custom_theme items > bar_gradient > error”
Typearray
RequiredNo

Description: A list of hex codes, or named colors to use as the progress bar’s gradient colors when it encountered an error. Refer to https://textual.textualize.io/css_types/color/#named-colors for the named colors.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationN/A

6.1.13. Property Rovr Config > custom_theme > custom_theme items > is_dark

Section titled “6.1.13. Property Rovr Config > custom_theme > custom_theme items > is_dark”
Typeboolean
RequiredYes

Description: Whether or not this theme is a dark type theme.

6.1.14. Property Rovr Config > custom_theme > custom_theme items > variables

Section titled “6.1.14. Property Rovr Config > custom_theme > custom_theme items > variables”
Typeobject
RequiredNo
Additional propertiesAny type allowed

Description: Extra variables to set unique to the theme. Refer to https://textual.textualize.io/guide/design/#additional-variables for more information.

PropertyTypeTitle/Description
object
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
toggle_pinarray of stringToggle the current folder in the Pinned Folder Sidebar.
toggle_pinned_sidebararray of stringToggle viewing the pinned sidebar.
toggle_preview_sidebararray of stringToggle viewing the preview sidebar.
toggle_footerarray of stringToggle viewing the footer.
focus_toggle_pinned_sidebararray of stringToggle focus between pinned folder sidebar and file list.
focus_file_listarray of stringFocus the file list.
focus_toggle_preview_sidebararray of stringFocus toggle between preview sidebar and file list.
focus_toggle_path_switcherarray of stringFocus toggle between path switcher and file list.
focus_toggle_processesarray of stringFocus toggle the processes container.
focus_toggle_clipboardarray of stringFocus toggle the clipboard container.
focus_toggle_metadataarray of stringFocus toggle the metadata container.
focus_searcharray of stringFocus the search bar.
copyarray of stringCopy the selected files in the file list to the clipboard.
pastearray of stringPaste the selected files in the clipboard into the current directory.
cutarray of stringCut the selected files in the file list to the clipboard.
deletearray of stringDelete the selected files in the file list.
renamearray of stringRename the selected file in the file list to something else.
newarray of stringCreate a new item in the current directory.
toggle_allarray of stringEnter into select mode and select/unselect everything.
ziparray of stringCreate a zip archive from selected files.
unziparray of stringExtract a selected zip archive.
copy_patharray of stringCopy the path of the item to the system clipboard.
uparray of stringGo up the file list options.
downarray of stringGo down the file list options.
up_treearray of stringGo up the file tree.
down_treearray of stringGo down the file tree, or open the currently selected item.
page_uparray of stringPage Up in the file list options.
page_downarray of stringPage Down in the file list options.
homearray of stringGo to the first option in the file list options.
endarray of stringGo to the last option in the file list options.
hist_previousarray of stringGo back in history.
hist_nextarray of stringGo forward in history.
toggle_visualarray of stringEnter or exit select/visual mode.
select_uparray of stringWhile in visual mode, extend the selection up.
select_downarray of stringWhile in visual mode, extend the selection down.
select_page_uparray of stringWhile in visual mode, extend the selection to the previous page.
select_page_downarray of stringWhile in visual mode, extend the selection to the next page.
select_homearray of stringWhile in visual mode, extend the selection to the first option.
select_endarray of stringWhile in visual mode, extend the selection to the last option.
tab_nextarray of stringGo to the next tab, if it is available.
tab_previousarray of stringGo to the previous tab, if it is available.
tab_newarray of stringCreate a new tab.
tab_closearray of stringClose the current tab.
preview_scroll_leftarray of stringWhile using `settings.preview_full = true`, and the preview container is focused, scroll left when this keybind is pressed.
preview_scroll_rightarray of stringWhile using `settings.preview_full = true`, and the preview container is focused, scroll right when this keybind is pressed.
preview_select_rightarray of stringWhile using TextArea for previewing, use this keybind to extend selection to the right.
preview_select_leftarray of stringWhile using TextArea for previewing, use this keybind to extend selection to the left.

7.1. Property Rovr Config > keybinds > toggle_pin

Section titled “7.1. Property Rovr Config > keybinds > toggle_pin”
Typearray of string
RequiredNo

Description: Toggle the current folder in the Pinned Folder Sidebar.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
toggle_pin items

7.1.1. Rovr Config > keybinds > toggle_pin > toggle_pin items

Section titled “7.1.1. Rovr Config > keybinds > toggle_pin > toggle_pin items”
Typestring
RequiredNo

7.2. Property Rovr Config > keybinds > toggle_pinned_sidebar

Section titled “7.2. Property Rovr Config > keybinds > toggle_pinned_sidebar”
Typearray of string
RequiredNo

Description: Toggle viewing the pinned sidebar.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
toggle_pinned_sidebar items

7.2.1. Rovr Config > keybinds > toggle_pinned_sidebar > toggle_pinned_sidebar items

Section titled “7.2.1. Rovr Config > keybinds > toggle_pinned_sidebar > toggle_pinned_sidebar items”
Typestring
RequiredNo

7.3. Property Rovr Config > keybinds > toggle_preview_sidebar

Section titled “7.3. Property Rovr Config > keybinds > toggle_preview_sidebar”
Typearray of string
RequiredNo

Description: Toggle viewing the preview sidebar.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
toggle_preview_sidebar items

7.3.1. Rovr Config > keybinds > toggle_preview_sidebar > toggle_preview_sidebar items

Section titled “7.3.1. Rovr Config > keybinds > toggle_preview_sidebar > toggle_preview_sidebar items”
Typestring
RequiredNo
Section titled “7.4. Property Rovr Config > keybinds > toggle_footer”
Typearray of string
RequiredNo

Description: Toggle viewing the footer.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
toggle_footer items
Section titled “7.4.1. Rovr Config > keybinds > toggle_footer > toggle_footer items”
Typestring
RequiredNo

7.5. Property Rovr Config > keybinds > focus_toggle_pinned_sidebar

Section titled “7.5. Property Rovr Config > keybinds > focus_toggle_pinned_sidebar”
Typearray of string
RequiredNo

Description: Toggle focus between pinned folder sidebar and file list.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_toggle_pinned_sidebar items

7.5.1. Rovr Config > keybinds > focus_toggle_pinned_sidebar > focus_toggle_pinned_sidebar items

Section titled “7.5.1. Rovr Config > keybinds > focus_toggle_pinned_sidebar > focus_toggle_pinned_sidebar items”
Typestring
RequiredNo

7.6. Property Rovr Config > keybinds > focus_file_list

Section titled “7.6. Property Rovr Config > keybinds > focus_file_list”
Typearray of string
RequiredNo

Description: Focus the file list.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_file_list items

7.6.1. Rovr Config > keybinds > focus_file_list > focus_file_list items

Section titled “7.6.1. Rovr Config > keybinds > focus_file_list > focus_file_list items”
Typestring
RequiredNo

7.7. Property Rovr Config > keybinds > focus_toggle_preview_sidebar

Section titled “7.7. Property Rovr Config > keybinds > focus_toggle_preview_sidebar”
Typearray of string
RequiredNo

Description: Focus toggle between preview sidebar and file list.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_toggle_preview_sidebar items

7.7.1. Rovr Config > keybinds > focus_toggle_preview_sidebar > focus_toggle_preview_sidebar items

Section titled “7.7.1. Rovr Config > keybinds > focus_toggle_preview_sidebar > focus_toggle_preview_sidebar items”
Typestring
RequiredNo

7.8. Property Rovr Config > keybinds > focus_toggle_path_switcher

Section titled “7.8. Property Rovr Config > keybinds > focus_toggle_path_switcher”
Typearray of string
RequiredNo

Description: Focus toggle between path switcher and file list.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_toggle_path_switcher items

7.8.1. Rovr Config > keybinds > focus_toggle_path_switcher > focus_toggle_path_switcher items

Section titled “7.8.1. Rovr Config > keybinds > focus_toggle_path_switcher > focus_toggle_path_switcher items”
Typestring
RequiredNo

7.9. Property Rovr Config > keybinds > focus_toggle_processes

Section titled “7.9. Property Rovr Config > keybinds > focus_toggle_processes”
Typearray of string
RequiredNo

Description: Focus toggle the processes container.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_toggle_processes items

7.9.1. Rovr Config > keybinds > focus_toggle_processes > focus_toggle_processes items

Section titled “7.9.1. Rovr Config > keybinds > focus_toggle_processes > focus_toggle_processes items”
Typestring
RequiredNo

7.10. Property Rovr Config > keybinds > focus_toggle_clipboard

Section titled “7.10. Property Rovr Config > keybinds > focus_toggle_clipboard”
Typearray of string
RequiredNo

Description: Focus toggle the clipboard container.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_toggle_clipboard items

7.10.1. Rovr Config > keybinds > focus_toggle_clipboard > focus_toggle_clipboard items

Section titled “7.10.1. Rovr Config > keybinds > focus_toggle_clipboard > focus_toggle_clipboard items”
Typestring
RequiredNo

7.11. Property Rovr Config > keybinds > focus_toggle_metadata

Section titled “7.11. Property Rovr Config > keybinds > focus_toggle_metadata”
Typearray of string
RequiredNo

Description: Focus toggle the metadata container.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_toggle_metadata items

7.11.1. Rovr Config > keybinds > focus_toggle_metadata > focus_toggle_metadata items

Section titled “7.11.1. Rovr Config > keybinds > focus_toggle_metadata > focus_toggle_metadata items”
Typestring
RequiredNo
Section titled “7.12. Property Rovr Config > keybinds > focus_search”
Typearray of string
RequiredNo

Description: Focus the search bar.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
focus_search items

7.12.1. Rovr Config > keybinds > focus_search > focus_search items

Section titled “7.12.1. Rovr Config > keybinds > focus_search > focus_search items”
Typestring
RequiredNo

7.13. Property Rovr Config > keybinds > copy

Section titled “7.13. Property Rovr Config > keybinds > copy”
Typearray of string
RequiredNo

Description: Copy the selected files in the file list to the clipboard.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
copy items

7.13.1. Rovr Config > keybinds > copy > copy items

Section titled “7.13.1. Rovr Config > keybinds > copy > copy items”
Typestring
RequiredNo

7.14. Property Rovr Config > keybinds > paste

Section titled “7.14. Property Rovr Config > keybinds > paste”
Typearray of string
RequiredNo

Description: Paste the selected files in the clipboard into the current directory.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
paste items

7.14.1. Rovr Config > keybinds > paste > paste items

Section titled “7.14.1. Rovr Config > keybinds > paste > paste items”
Typestring
RequiredNo

7.15. Property Rovr Config > keybinds > cut

Section titled “7.15. Property Rovr Config > keybinds > cut”
Typearray of string
RequiredNo

Description: Cut the selected files in the file list to the clipboard.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
cut items

7.15.1. Rovr Config > keybinds > cut > cut items

Section titled “7.15.1. Rovr Config > keybinds > cut > cut items”
Typestring
RequiredNo

7.16. Property Rovr Config > keybinds > delete

Section titled “7.16. Property Rovr Config > keybinds > delete”
Typearray of string
RequiredNo

Description: Delete the selected files in the file list.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
delete items

7.16.1. Rovr Config > keybinds > delete > delete items

Section titled “7.16.1. Rovr Config > keybinds > delete > delete items”
Typestring
RequiredNo

7.17. Property Rovr Config > keybinds > rename

Section titled “7.17. Property Rovr Config > keybinds > rename”
Typearray of string
RequiredNo

Description: Rename the selected file in the file list to something else.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
rename items

7.17.1. Rovr Config > keybinds > rename > rename items

Section titled “7.17.1. Rovr Config > keybinds > rename > rename items”
Typestring
RequiredNo

7.18. Property Rovr Config > keybinds > new

Section titled “7.18. Property Rovr Config > keybinds > new”
Typearray of string
RequiredNo

Description: Create a new item in the current directory.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
new items

7.18.1. Rovr Config > keybinds > new > new items

Section titled “7.18.1. Rovr Config > keybinds > new > new items”
Typestring
RequiredNo

7.19. Property Rovr Config > keybinds > toggle_all

Section titled “7.19. Property Rovr Config > keybinds > toggle_all”
Typearray of string
RequiredNo

Description: Enter into select mode and select/unselect everything.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
toggle_all items

7.19.1. Rovr Config > keybinds > toggle_all > toggle_all items

Section titled “7.19.1. Rovr Config > keybinds > toggle_all > toggle_all items”
Typestring
RequiredNo

7.20. Property Rovr Config > keybinds > zip

Section titled “7.20. Property Rovr Config > keybinds > zip”
Typearray of string
RequiredNo

Description: Create a zip archive from selected files.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
zip items

7.20.1. Rovr Config > keybinds > zip > zip items

Section titled “7.20.1. Rovr Config > keybinds > zip > zip items”
Typestring
RequiredNo

7.21. Property Rovr Config > keybinds > unzip

Section titled “7.21. Property Rovr Config > keybinds > unzip”
Typearray of string
RequiredNo

Description: Extract a selected zip archive.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
unzip items

7.21.1. Rovr Config > keybinds > unzip > unzip items

Section titled “7.21.1. Rovr Config > keybinds > unzip > unzip items”
Typestring
RequiredNo

7.22. Property Rovr Config > keybinds > copy_path

Section titled “7.22. Property Rovr Config > keybinds > copy_path”
Typearray of string
RequiredNo

Description: Copy the path of the item to the system clipboard.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
copy_path items

7.22.1. Rovr Config > keybinds > copy_path > copy_path items

Section titled “7.22.1. Rovr Config > keybinds > copy_path > copy_path items”
Typestring
RequiredNo

7.23. Property Rovr Config > keybinds > up

Section titled “7.23. Property Rovr Config > keybinds > up”
Typearray of string
RequiredNo

Description: Go up the file list options.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
up items

7.23.1. Rovr Config > keybinds > up > up items

Section titled “7.23.1. Rovr Config > keybinds > up > up items”
Typestring
RequiredNo

7.24. Property Rovr Config > keybinds > down

Section titled “7.24. Property Rovr Config > keybinds > down”
Typearray of string
RequiredNo

Description: Go down the file list options.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
down items

7.24.1. Rovr Config > keybinds > down > down items

Section titled “7.24.1. Rovr Config > keybinds > down > down items”
Typestring
RequiredNo

7.25. Property Rovr Config > keybinds > up_tree

Section titled “7.25. Property Rovr Config > keybinds > up_tree”
Typearray of string
RequiredNo

Description: Go up the file tree.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
up_tree items

7.25.1. Rovr Config > keybinds > up_tree > up_tree items

Section titled “7.25.1. Rovr Config > keybinds > up_tree > up_tree items”
Typestring
RequiredNo

7.26. Property Rovr Config > keybinds > down_tree

Section titled “7.26. Property Rovr Config > keybinds > down_tree”
Typearray of string
RequiredNo

Description: Go down the file tree, or open the currently selected item.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
down_tree items

7.26.1. Rovr Config > keybinds > down_tree > down_tree items

Section titled “7.26.1. Rovr Config > keybinds > down_tree > down_tree items”
Typestring
RequiredNo

7.27. Property Rovr Config > keybinds > page_up

Section titled “7.27. Property Rovr Config > keybinds > page_up”
Typearray of string
RequiredNo

Description: Page Up in the file list options.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
page_up items

7.27.1. Rovr Config > keybinds > page_up > page_up items

Section titled “7.27.1. Rovr Config > keybinds > page_up > page_up items”
Typestring
RequiredNo

7.28. Property Rovr Config > keybinds > page_down

Section titled “7.28. Property Rovr Config > keybinds > page_down”
Typearray of string
RequiredNo

Description: Page Down in the file list options.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
page_down items

7.28.1. Rovr Config > keybinds > page_down > page_down items

Section titled “7.28.1. Rovr Config > keybinds > page_down > page_down items”
Typestring
RequiredNo

7.29. Property Rovr Config > keybinds > home

Section titled “7.29. Property Rovr Config > keybinds > home”
Typearray of string
RequiredNo

Description: Go to the first option in the file list options.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
home items

7.29.1. Rovr Config > keybinds > home > home items

Section titled “7.29.1. Rovr Config > keybinds > home > home items”
Typestring
RequiredNo

7.30. Property Rovr Config > keybinds > end

Section titled “7.30. Property Rovr Config > keybinds > end”
Typearray of string
RequiredNo

Description: Go to the last option in the file list options.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
end items

7.30.1. Rovr Config > keybinds > end > end items

Section titled “7.30.1. Rovr Config > keybinds > end > end items”
Typestring
RequiredNo

7.31. Property Rovr Config > keybinds > hist_previous

Section titled “7.31. Property Rovr Config > keybinds > hist_previous”
Typearray of string
RequiredNo

Description: Go back in history.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
hist_previous items

7.31.1. Rovr Config > keybinds > hist_previous > hist_previous items

Section titled “7.31.1. Rovr Config > keybinds > hist_previous > hist_previous items”
Typestring
RequiredNo

7.32. Property Rovr Config > keybinds > hist_next

Section titled “7.32. Property Rovr Config > keybinds > hist_next”
Typearray of string
RequiredNo

Description: Go forward in history.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
hist_next items

7.32.1. Rovr Config > keybinds > hist_next > hist_next items

Section titled “7.32.1. Rovr Config > keybinds > hist_next > hist_next items”
Typestring
RequiredNo

7.33. Property Rovr Config > keybinds > toggle_visual

Section titled “7.33. Property Rovr Config > keybinds > toggle_visual”
Typearray of string
RequiredNo

Description: Enter or exit select/visual mode.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
toggle_visual items

7.33.1. Rovr Config > keybinds > toggle_visual > toggle_visual items

Section titled “7.33.1. Rovr Config > keybinds > toggle_visual > toggle_visual items”
Typestring
RequiredNo

7.34. Property Rovr Config > keybinds > select_up

Section titled “7.34. Property Rovr Config > keybinds > select_up”
Typearray of string
RequiredNo

Description: While in visual mode, extend the selection up.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
select_up items

7.34.1. Rovr Config > keybinds > select_up > select_up items

Section titled “7.34.1. Rovr Config > keybinds > select_up > select_up items”
Typestring
RequiredNo

7.35. Property Rovr Config > keybinds > select_down

Section titled “7.35. Property Rovr Config > keybinds > select_down”
Typearray of string
RequiredNo

Description: While in visual mode, extend the selection down.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
select_down items

7.35.1. Rovr Config > keybinds > select_down > select_down items

Section titled “7.35.1. Rovr Config > keybinds > select_down > select_down items”
Typestring
RequiredNo

7.36. Property Rovr Config > keybinds > select_page_up

Section titled “7.36. Property Rovr Config > keybinds > select_page_up”
Typearray of string
RequiredNo

Description: While in visual mode, extend the selection to the previous page.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
select_page_up items

7.36.1. Rovr Config > keybinds > select_page_up > select_page_up items

Section titled “7.36.1. Rovr Config > keybinds > select_page_up > select_page_up items”
Typestring
RequiredNo

7.37. Property Rovr Config > keybinds > select_page_down

Section titled “7.37. Property Rovr Config > keybinds > select_page_down”
Typearray of string
RequiredNo

Description: While in visual mode, extend the selection to the next page.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
select_page_down items

7.37.1. Rovr Config > keybinds > select_page_down > select_page_down items

Section titled “7.37.1. Rovr Config > keybinds > select_page_down > select_page_down items”
Typestring
RequiredNo

7.38. Property Rovr Config > keybinds > select_home

Section titled “7.38. Property Rovr Config > keybinds > select_home”
Typearray of string
RequiredNo

Description: While in visual mode, extend the selection to the first option.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
select_home items

7.38.1. Rovr Config > keybinds > select_home > select_home items

Section titled “7.38.1. Rovr Config > keybinds > select_home > select_home items”
Typestring
RequiredNo

7.39. Property Rovr Config > keybinds > select_end

Section titled “7.39. Property Rovr Config > keybinds > select_end”
Typearray of string
RequiredNo

Description: While in visual mode, extend the selection to the last option.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
select_end items

7.39.1. Rovr Config > keybinds > select_end > select_end items

Section titled “7.39.1. Rovr Config > keybinds > select_end > select_end items”
Typestring
RequiredNo

7.40. Property Rovr Config > keybinds > tab_next

Section titled “7.40. Property Rovr Config > keybinds > tab_next”
Typearray of string
RequiredNo

Description: Go to the next tab, if it is available.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
tab_next items

7.40.1. Rovr Config > keybinds > tab_next > tab_next items

Section titled “7.40.1. Rovr Config > keybinds > tab_next > tab_next items”
Typestring
RequiredNo

7.41. Property Rovr Config > keybinds > tab_previous

Section titled “7.41. Property Rovr Config > keybinds > tab_previous”
Typearray of string
RequiredNo

Description: Go to the previous tab, if it is available.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
tab_previous items

7.41.1. Rovr Config > keybinds > tab_previous > tab_previous items

Section titled “7.41.1. Rovr Config > keybinds > tab_previous > tab_previous items”
Typestring
RequiredNo

7.42. Property Rovr Config > keybinds > tab_new

Section titled “7.42. Property Rovr Config > keybinds > tab_new”
Typearray of string
RequiredNo

Description: Create a new tab.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
tab_new items

7.42.1. Rovr Config > keybinds > tab_new > tab_new items

Section titled “7.42.1. Rovr Config > keybinds > tab_new > tab_new items”
Typestring
RequiredNo

7.43. Property Rovr Config > keybinds > tab_close

Section titled “7.43. Property Rovr Config > keybinds > tab_close”
Typearray of string
RequiredNo

Description: Close the current tab.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
tab_close items

7.43.1. Rovr Config > keybinds > tab_close > tab_close items

Section titled “7.43.1. Rovr Config > keybinds > tab_close > tab_close items”
Typestring
RequiredNo

7.44. Property Rovr Config > keybinds > preview_scroll_left

Section titled “7.44. Property Rovr Config > keybinds > preview_scroll_left”
Typearray of string
RequiredNo

Description: While using settings.preview_full = true, and the preview container is focused, scroll left when this keybind is pressed.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
preview_scroll_left items

7.44.1. Rovr Config > keybinds > preview_scroll_left > preview_scroll_left items

Section titled “7.44.1. Rovr Config > keybinds > preview_scroll_left > preview_scroll_left items”
Typestring
RequiredNo

7.45. Property Rovr Config > keybinds > preview_scroll_right

Section titled “7.45. Property Rovr Config > keybinds > preview_scroll_right”
Typearray of string
RequiredNo

Description: While using settings.preview_full = true, and the preview container is focused, scroll right when this keybind is pressed.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
preview_scroll_right items

7.45.1. Rovr Config > keybinds > preview_scroll_right > preview_scroll_right items

Section titled “7.45.1. Rovr Config > keybinds > preview_scroll_right > preview_scroll_right items”
Typestring
RequiredNo

7.46. Property Rovr Config > keybinds > preview_select_right

Section titled “7.46. Property Rovr Config > keybinds > preview_select_right”
Typearray of string
RequiredNo

Description: While using TextArea for previewing, use this keybind to extend selection to the right.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
preview_select_right items

7.46.1. Rovr Config > keybinds > preview_select_right > preview_select_right items

Section titled “7.46.1. Rovr Config > keybinds > preview_select_right > preview_select_right items”
Typestring
RequiredNo

7.47. Property Rovr Config > keybinds > preview_select_left

Section titled “7.47. Property Rovr Config > keybinds > preview_select_left”
Typearray of string
RequiredNo

Description: While using TextArea for previewing, use this keybind to extend selection to the left.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
preview_select_left items

7.47.1. Rovr Config > keybinds > preview_select_left > preview_select_left items

Section titled “7.47.1. Rovr Config > keybinds > preview_select_left > preview_select_left items”
Typestring
RequiredNo
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
zoxideobject
batobject
editorobject
zen_modeobject

8.1. Property Rovr Config > plugins > zoxide

Section titled “8.1. Property Rovr Config > plugins > zoxide”
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
enabledbooleanEnable or disable zoxide travelling.
keybindsarray of stringThe keybind to open the zoxide modal.

8.1.1. Property Rovr Config > plugins > zoxide > enabled

Section titled “8.1.1. Property Rovr Config > plugins > zoxide > enabled”
Typeboolean
RequiredNo
Defaultfalse

Description: Enable or disable zoxide travelling.

8.1.2. Property Rovr Config > plugins > zoxide > keybinds

Section titled “8.1.2. Property Rovr Config > plugins > zoxide > keybinds”
Typearray of string
RequiredNo
Default["z"]

Description: The keybind to open the zoxide modal.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
keybinds items
8.1.2.1. Rovr Config > plugins > zoxide > keybinds > keybinds items
Section titled “8.1.2.1. Rovr Config > plugins > zoxide > keybinds > keybinds items”
Typestring
RequiredNo
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
enabledbooleanEnable or disable bat for previewing files.
executablestringThe executable for bat.
show_line_numbersbooleanMake batcat show line numbers.

8.2.1. Property Rovr Config > plugins > bat > enabled

Section titled “8.2.1. Property Rovr Config > plugins > bat > enabled”
Typeboolean
RequiredNo
Defaultfalse

Description: Enable or disable bat for previewing files.

8.2.2. Property Rovr Config > plugins > bat > executable

Section titled “8.2.2. Property Rovr Config > plugins > bat > executable”
Typestring
RequiredNo
Default"bat"

Description: The executable for bat.

8.2.3. Property Rovr Config > plugins > bat > show_line_numbers

Section titled “8.2.3. Property Rovr Config > plugins > bat > show_line_numbers”
Typeboolean
RequiredNo
Defaulttrue

Description: Make batcat show line numbers.

8.3. Property Rovr Config > plugins > editor

Section titled “8.3. Property Rovr Config > plugins > editor”
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
enabledbooleanEnable opening a file in your editor.
file_executablestringOpen files in this app.
folder_executablestringOpen folders in this app.
keybindsarray of stringThe keybind to launch your editor.

8.3.1. Property Rovr Config > plugins > editor > enabled

Section titled “8.3.1. Property Rovr Config > plugins > editor > enabled”
Typeboolean
RequiredNo
Defaulttrue

Description: Enable opening a file in your editor.

8.3.2. Property Rovr Config > plugins > editor > file_executable

Section titled “8.3.2. Property Rovr Config > plugins > editor > file_executable”
Typestring
RequiredNo
Default"nano"

Description: Open files in this app.

8.3.3. Property Rovr Config > plugins > editor > folder_executable

Section titled “8.3.3. Property Rovr Config > plugins > editor > folder_executable”
Typestring
RequiredNo
Default"code"

Description: Open folders in this app.

8.3.4. Property Rovr Config > plugins > editor > keybinds

Section titled “8.3.4. Property Rovr Config > plugins > editor > keybinds”
Typearray of string
RequiredNo
Default["e"]

Description: The keybind to launch your editor.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
keybinds items
8.3.4.1. Rovr Config > plugins > editor > keybinds > keybinds items
Section titled “8.3.4.1. Rovr Config > plugins > editor > keybinds > keybinds items”
Typestring
RequiredNo

8.4. Property Rovr Config > plugins > zen_mode

Section titled “8.4. Property Rovr Config > plugins > zen_mode”
Typeobject
RequiredNo
Additional propertiesNot allowed
PropertyTypeTitle/Description
enabledbooleanAllow enabling or disabling zen mode. Nothing shows up while in zen mode, except only the file list.
keybindsarray of stringThe keybind to toggle zen mode.

8.4.1. Property Rovr Config > plugins > zen_mode > enabled

Section titled “8.4.1. Property Rovr Config > plugins > zen_mode > enabled”
Typeboolean
RequiredNo
Defaultfalse

Description: Allow enabling or disabling zen mode. Nothing shows up while in zen mode, except only the file list.

8.4.2. Property Rovr Config > plugins > zen_mode > keybinds

Section titled “8.4.2. Property Rovr Config > plugins > zen_mode > keybinds”
Typearray of string
RequiredNo
Default["Z"]

Description: The keybind to toggle zen mode.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
keybinds items
8.4.2.1. Rovr Config > plugins > zen_mode > keybinds > keybinds items
Section titled “8.4.2.1. Rovr Config > plugins > zen_mode > keybinds > keybinds items”
Typestring
RequiredNo