mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 08:49:13 +00:00
Update cheatsheets
This commit is contained in:
14
tldr/vimdiff
14
tldr/vimdiff
@@ -15,28 +15,28 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Move the cursor to the window on the left|right:
|
||||
|
||||
`<Ctrl> + w {{h|l}}`
|
||||
`<Ctrl w>{{<h>|<l>}}`
|
||||
|
||||
- Jump to the previous difference:
|
||||
|
||||
`[c`
|
||||
`<[><c>`
|
||||
|
||||
- Jump to the next difference:
|
||||
|
||||
`]c`
|
||||
`<]><c>`
|
||||
|
||||
- Copy the highlighted difference from the other window to the current window:
|
||||
|
||||
`do`
|
||||
`<d><o>`
|
||||
|
||||
- Copy the highlighted difference from the current window to the other window:
|
||||
|
||||
`dp`
|
||||
`<d><p>`
|
||||
|
||||
- Update all highlights and folds:
|
||||
|
||||
`:diffupdate`
|
||||
`<:>diffupdate`
|
||||
|
||||
- Toggle the highlighted code fold:
|
||||
|
||||
`za`
|
||||
`<z><a>`
|
||||
|
||||
Reference in New Issue
Block a user