Bookmarks
Bookmarks let you pin directories for quick navigation. Jump to any bookmarked path with a single keystroke instead of traversing the file tree.
Overview
The bookmark manager stores a list of directory paths that you access frequently. Bookmarks are persisted to a TOML file alongside your configuration, so they survive restarts. You can seed initial bookmarks in your config file and add or remove them interactively at any time.
Adding & Removing Bookmarks
Navigate to any directory in the file tree and press the bookmark key to add it. Open the bookmark overlay to see all saved bookmarks, select one to jump to it, or delete bookmarks you no longer need.
| Key | Action |
|---|---|
| B | Open bookmarks overlay |
| Enter | Jump to selected bookmark |
| d | Delete selected bookmark |
| r | Rename selected bookmark |
| Esc | Close bookmarks overlay |
Persistence
Bookmarks are stored in a separate TOML file in your grüt config directory. The bookmark manager loads saved bookmarks on startup and merges them with any paths defined in your configuration. Changes are written to disk immediately.
Configuration Reference
[bookmarks]
paths = [ # Seed bookmarks from config
"~/projects",
"~/dotfiles",
]
show_in_sidebar = true # Show bookmarks section in sidebar Related
- File Explorer — tree-view file navigation
- Fuzzy Finder — instant file search
- Sessions — session persistence