|
|
|
|
|
by qup
17 days ago
|
|
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 . |
|