Agentic coding inside Neovim · powered by DeepSeek
| <leader>oo | Toggle the opencode panel from inside nvim |
| <leader>oa | Ask about cursor (normal) / selection (visual) |
| <leader>o+ | Append the whole buffer to your next prompt |
| <leader>on / <leader>oi | New session / interrupt the running agent |
| Esc (in TUI) | Interrupt the model mid-response |
| Ctrl+x then n / l / m | TUI leader: new session / list sessions / pick model |
| opencode | Launch the standalone TUI in your current directory |
| opencode run "..." | One-shot prompt from the shell (no TUI) |
| opencode models deepseek | List available DeepSeek models |
| opencode stats | Token usage and cost totals |
| opencode auth list | Verify providers + which env vars are picked up |
| config | ~/.config/opencode/opencode.jsonc |
| API key | $DEEPSEEK_API_KEY from the 1P Bash Secrets item |