Guia de ferramenta diff externa
Vimdiff
Built-in Vim diff mode for comparing files and resolving merge conflicts directly inside Vim or terminal-based editor workflows.
Categoria
Terminal
Licença
Open source
Plataformas
Windows, macOS, Linux, Unix
Ideal para
Vim users who prefer keyboard-driven review and want diff/merge capability without leaving the editor.
Pontos fortes
- Available anywhere Vim is installed
- Keyboard-driven merge workflow
- Works over SSH and in terminals
Limitações
- Requires Vim knowledge
- Can be confusing for first-time merge resolution
- No media or folder comparison UI
Recursos principais
Side-by-side diff windows
Diff navigation commands
Merge get/put commands
Git mergetool integration
Notas de instalação
Install Vim, then run: vimdiff file1 file2Git: git mergetool --tool=vimdiff