Skip to content

Instantly share code, notes, and snippets.

@jfhc
Forked from brbsix/vimdiff_cheat_sheet.md
Last active March 28, 2018 16:43
Show Gist options
  • Save jfhc/18f64f0256a0203b64d8756dfde4d1b3 to your computer and use it in GitHub Desktop.
Save jfhc/18f64f0256a0203b64d8756dfde4d1b3 to your computer and use it in GitHub Desktop.
vimdiff cheat sheet

vimdiff cheet sheet

vimdiff commands

commands

]c :            next difference
[c :            previous difference
do              diff obtain
dp              diff put
zo              open folded text
zc              close folded text
:diffupdate     re-scan the files for differences
:only           close other open windows, just keep this one

moving between windows

CTRL-W h        move to the window on the left
CTRL-W j        move to the window below
CTRL-W k        move to the window above
CTRL-W l        move to the window on the right
CTRL-W t        move to the TOP window
CTRL-W b        move to the BOTTOM window
CTRL-W CTRL-W   move to the next window

moving windows

CTRL-W K        move window to the upper
CTRL-W H        move window to the far left
CTRL-W J        move window to the bottom
CTRL-W L        move window to the far right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment