Core Concepts
Leader Key brings Vim-style leader key sequences to macOS.
How It Works
| Step | Description |
|---|---|
| 1. Press leader key | Activates key listening mode |
| 2. Type sequence | e.g., “f” for Finder |
| 3. Action fires | App launches or action runs |
| Timeout | Auto-cancels after delay |
Configuration
| Setting | Description |
|---|---|
| Leader key | The activation key |
| Timeout | ms before auto-cancel |
| Chords | Multi-key sequences |
| Actions | Open app, run script, shortcut |
Action Types
| Action | Description |
|---|---|
| Open application | Launch or focus app |
| Run shortcut | Execute macOS Shortcut |
| Shell command | Run terminal command |
| URL scheme | Open URL or deep link |
| Keyboard shortcut | Simulate key press |