Finally found my favourite AI stack:

nvim + claudecode.nvim

Configure claudecode.nvim to use an external terminal, then I can have Claude running on a second workspace, while diffs are still being rendered in nvim splits. I miss Cursor Tabs, but it’s not too bad actually.

Reply to this note

Please Login to reply.

Discussion

If you like vim motions, you could try Zed, it has native vim motions + CC connection (also other terminal coding agents, not only CC)

Oh yeah! Thank you for reminding me, I always wanted to try Zed. It’s written in Rust, right?

Yes, it's the only editor that is not a vscode fork. I use it in my daily work for Python and JS and it works like a charm. The multi buffer feature is 🔥

Nice. I always use nvim, with Claude in another terminal, so I gotta try this