Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-10 00:15:53 +00:00
parent 9e2d0f72f1
commit dc654e9ad5
133 changed files with 423 additions and 367 deletions

View File

@@ -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>`