mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:22:10 +02:00
vimdiff: fix jump to previous/next difference instructions (#8462)
This commit is contained in:
parent
cf4c29d35d
commit
310c2fb54a
2 changed files with 4 additions and 4 deletions
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
`Ctrl + w {{h|l}}`
|
`Ctrl + w {{h|l}}`
|
||||||
|
|
||||||
- Salta a la siguiente diferencia:
|
- Salta a la diferencia previa:
|
||||||
|
|
||||||
`[c`
|
`[c`
|
||||||
|
|
||||||
- Salta a la diferencia previa:
|
- Salta a la siguiente diferencia:
|
||||||
|
|
||||||
`]c`
|
`]c`
|
||||||
|
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
`Ctrl + w {{h|l}}`
|
`Ctrl + w {{h|l}}`
|
||||||
|
|
||||||
- Jump to the next difference:
|
- Jump to the previous difference:
|
||||||
|
|
||||||
`[c`
|
`[c`
|
||||||
|
|
||||||
- Jump to the previous difference:
|
- Jump to the next difference:
|
||||||
|
|
||||||
`]c`
|
`]c`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue