title | category | layout | updated | weight | intro |
---|---|---|---|---|---|
Vimdiff |
Vim |
2017/sheet |
2018-12-06 |
-10 |
[Vim](http://www.vim.org/) is a very efficient text editor. This reference was made for Vim 8.0.
|
{: .-three-column}
{: .-prime}
Shortcut | Description |
---|---|
]c |
Next difference |
[c |
Previous difference |
{: .-shortcuts} |
Shortcut | Description |
---|---|
do |
Diff Obtain! Pull the changes to the current file. |
dp |
Diff Put! Push the changes to the other file. |
--- | --- |
:diffupdate |
Re-scan the files for differences. |
ZQ |
Quit without checking changes |
{: .-shortcuts} |
Shortcut | Description |
---|---|
zo / zO |
Open |
zc / zC |
Close |
za / zA |
Toggle |
--- | --- |
zv |
Open folds for this line |
--- | --- |
zM |
Close all |
zR |
Open all |
--- | --- |
zm |
Fold more (foldlevel += 1) |
zr |
Fold less (foldlevel -= 1) |
--- | --- |
zx |
Update folds |
{: .-shortcuts} |
- Vim cheatsheet (vim.rotrr.com)
- Vim documentation (vimdoc.sourceforge.net)
- Interactive Vim tutorial (openvim.com)