navigation
hide-if-single
- Hide navigation UI if there is only one tab. It does not work forNativeTab
.clickable
- Enable click on tabs to switch.use-current-path
- Use same path whenever a new tab is created (Note: requiresuse-fork
to be set to false).color-automation
- Set a specific color for the tab whenever a specific program is running, or in a specific directory.use-split
- Enable split panels feature.
[navigation]
mode = "Bookmark"
clickable = false
hide-if-single = true
use-current-path = false
color-automation = []
use-split = true
Mode
Rio has multiple styles of showing navigation/tabs.
Bookmark
Note: The example below is using the Dracula color scheme instead of Rio default colors.
Bookmark
is the default navigation mode.
Usage:
[navigation]
mode = "Bookmark"
NativeTab (MacOS only)
Usage:
[navigation]
mode = "NativeTab"