How are you a heavy vim user if you wonder if vim makes sense with ai? There are so many things to do outside of writing code that vim is used for. Also neovim + claude code + open terminal pane in tmux is the goated combo anyway. Especially more lately you need to understand the code you are writing if you want to do anything important in software, and the best way to do that is neovim :)
Ask HN: How do you use Vim in the era of AI?
101–105 of 105 posts
Re: Ask HN: How do you use Vim in the era of AI?
#102Earlier quoted context omitted.
Any tips on how to switch from Tmux to pure neovim?
I have one: don't. Tmux is basically perfect software. It gets right out of your way. It'll never come out of my development stack, or workflows. Writing code isn't everything. Almost every time I start an apt command or something that might run a little while, I regret it if I'm not in a tmux session. I could sooner do without vim than tmux.
Terminals resuming in a session is just a feature to be added not a complete functional rewrite.
Re: Ask HN: How do you use Vim in the era of AI?
#103(Neo)vim is setup wonderfully for this era. Im with Justin on the take that neovim can replace tmux soon literally all that is left is being able to restart terminal sessions on restart (which is even set as a goal for summer of code). Neovim can already have all the agents running in different terminal buffers or there are plugins popping up every day to have deep integrations with your favorite or we even have some…
Any tips on how to switch from Tmux to pure neovim?
Re: Ask HN: How do you use Vim in the era of AI?
#104(Neo)vim is setup wonderfully for this era. Im with Justin on the take that neovim can replace tmux soon literally all that is left is being able to restart terminal sessions on restart (which is even set as a goal for summer of code). Neovim can already have all the agents running in different terminal buffers or there are plugins popping up every day to have deep integrations with your favorite or we even have some…
What you’re saying is super interesting, I’ve been using my setup for so long I might have missed some of the latest updates. I spend most of my time on TMUX with Claude Code and vim side by side btw, but I’m using it just to search some specific code and making small changes. I mostly review on GitHub PRs tbh
There are also plugins with more specific workflows but I like really seeing how much vanilla neovim can get done