Configuration
Cruise supports a flexible TOML configuration file for customizing behaviour, themes, and keybinds.
Config File Location
Section titled “Config File Location”| Platform | Path |
|---|---|
| Linux / macOS | ~/.config/cruise/config.toml |
| Windows | C:\Users\<username>\.cruise\config.toml |
Dump Default Config
Section titled “Dump Default Config”cruise dump > ~/.config/cruise/config.tomlFile Format
Section titled “File Format”[keybinds.global]up = "k"down = "j"Sections
Section titled “Sections”| Section | Description |
|---|---|
[general] | Shell, export directory, and runtime |
[styles] | Colors and visual theming |
[keybinds] | All keybind customization |