Settings

Theme

Show HN: Claudius – A minimal TUI for chatting with Claude in Neovim

2 points by StanAngeloff 10 months ago · 0 comments · 1 min read


I found myself constantly switching between Neovim and Claude's web interface (console.anthropic.com) during my work. The context switching, copying, and pasting got tedious very quickly. As a heavy Vim user, I wanted a simple, text-based way to chat with Claude without leaving my editor.

Claudius is the result - a lightweight Neovim plugin that gives you a natural chat interface to Claude right in your buffer. It handles the API interaction, provides proper syntax highlighting and message folding, and even lets you convert your existing Claude Workbench prompts to a chat format.

No fancy UI, no bells and whistles - just a straightforward .chat buffer where you can have your conversations with Claude while staying in your familiar Neovim environment.

Repo: https://github.com/StanAngeloff/claudius.nvim

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection