nvim_start
Launch a new Neovim session inside tmux for AI-controlled editing. Set session name, terminal size, and optional asciinema recording.
Instructions
Start a new Neovim session in tmux
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Terminal width (default: 50, min: 40, max: 100) lower is better | |
| height | No | Terminal height (default: 20, min: 15, max: 50) lower is better | |
| record | No | Record session with asciinema (default: false) | |
| session | No | Session name (optional) |