# Terminal Editor Blogr includes a built-in terminal editor for writing posts with live preview. ## Editor Controls | Key | Action | |-----|--------| | `i` | Insert mode (start typing) | | `Esc` | Normal mode | | `p` | Preview mode | | `Tab` | Switch between editor and preview | | `s` | Save post | | `q` | Quit | | `h` | Show help | ## Features - **Live markdown preview** - See your changes in real-time - **Syntax highlighting** - Code blocks with proper highlighting - **Split-pane view** - Edit and preview side by side - **Auto-save** - Never lose your work ## Configuration Editor ```bash blogr config edit # Interactive config editor ``` **Controls:** - `↑/↓` - Navigate settings - `Enter` - Edit field - `s` - Save changes