Getting Started
Getting Started
Section titled “Getting Started”Install
Section titled “Install”The current installation path is:
cargo install --path rim-app --lockedIf you are installing from a repository checkout, run the command at the workspace root.
Launch
Section titled “Launch”rimOpen a file directly:
rim path/to/file.rsOpen multiple files:
rim README.md Cargo.toml src/main.rsPlugin Install Command
Section titled “Plugin Install Command”rim can install plugins from GitHub and compile them for you:
rim plugin install github owner/repo --package plugin-crate-nameFor the built-in Yazi plugin example:
rim plugin install github zooeywm/rim --package rim-plugin-yaziFirst Setup
Section titled “First Setup”For most users, the practical order is:
- Install and launch
rim - Set your preferred
leader_keyineditor.toml - Add a few personal key bindings in
keymaps.toml - Install optional plugins such as the Yazi picker
Optional Tools
Section titled “Optional Tools”These are not required for basic editing, but they matter for specific workflows:
yaziif you want the external Yazi picker plugingit,cargo,rustup, andwasm32-wasip2if you wantrim plugin install github ...
Read This Next
Section titled “Read This Next”- Configuration guide
- Plugins guide
- Reference pages if you need behavior details