Top "Vimdiff" questions

vimdiff is a vim mode that can show differences between two, three or four files.

How to expand/collapse a diff sections in Vimdiff?

I've started using vimdiff today, and wanted to do some of the things that I've taken for granted on Windows …

linux vim diff command-line-interface vimdiff
Viewing all `git diffs` with vimdiff

I setup git diff to wrap into vimdiff, using "Git Diff with Vimdiff" as a guide, and it's working as …

git vim diff vimdiff
Load different colorscheme when using vimdiff

How to load a different colorscheme when doing vimdiff. I want this because the my current colorscheme does not show …

vim vimdiff
compare contents of two directories on remote server using unix

I am new to unix and need some help here. I have two directories present on two different server. both …

unix diff ksh rsync vimdiff
DIFF utility works for 2 files. How to compare more than 2 files at a time?

So the utility Diff works just like I want for 2 files, but I have a project that requires comparisons with …

html diff vimdiff n-way-merge
vimdiff and move among left and right pane

I am using vimdiff for the first time. Online I found written that to move from the left pane you …

vim cygwin vimdiff
Diff two tabs in Vim

Scenario: I have opened Vim and pasted some text. I open a second tab with :tabe and paste some other …

vim diff tabs vimdiff buffer
How do you exit vimdiff mode in vim, specifically, for Fugitive?

I am using vim with the fugitive extension. It has a :Gdiff command which brings you into vimdiff mode, but …

vim vimdiff vim-fugitive
How to ignore some differences in diff command?

diff has an option -I regexp, which ignores changes that just insert or delete lines that match the given regexp. …

linux bash diff vimdiff
Is there a way to configure vimdiff to ignore ALL whitespaces?

I'm using vim -d file1 file2 in order to see the differences between them. This works fine, but I want …

vim diff vimdiff