Comment on Ask HN: How do you use Vim in the era of AI?parentComments−qup2moJust change the idea that vim is the IDE. It's tmux/terminal. That gives you access to thousands of tools right inside your IDE.There's a ton of tools for viewing diffs. I just pipe the diff into a viewer with vim-style navigation.Finding files in vim is great, with the "ctrl+p" plug-in .
Comments
Just change the idea that vim is the IDE. It's tmux/terminal. That gives you access to thousands of tools right inside your IDE.
There's a ton of tools for viewing diffs. I just pipe the diff into a viewer with vim-style navigation.
Finding files in vim is great, with the "ctrl+p" plug-in .