1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:53:50 +02:00

helix: update Dutch translation (#14689)

This commit is contained in:
Sebastiaan Speck 2024-11-16 14:14:46 +01:00 committed by GitHub
parent f708b92311
commit 33db1a3260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,14 @@
`helix {{pad/naar/bestand}}`
- Open bestanden en toon ze naast elkaar:
`helix --vsplit {{pad/naar/bestand1 pad/naar/bestand2}}`
- Toon de tutorial om Helix te leren (of open het binnen Helix door op `<Esc>` te drukken en `:tutor` te typen):
`helix --tutor`
- Pas het Helix thema aan:
`:theme {{thema_naam}}`
@ -27,7 +35,3 @@
- Zoek een patroon in het bestand (druk op `n`/`N` om naar de volgende/vorige overeenkomst te gaan):
`/{{zoek_patroon}}<Enter>`
- Formateer het bestand:
`:format`