1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 11:55:24 +02:00

helix: add Dutch translation (#11762)

This commit is contained in:
Sebastiaan Speck 2023-12-17 13:58:24 +01:00 committed by GitHub
parent b0f37d4518
commit 2b5da6d81b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

33
pages.nl/common/helix.md Normal file
View file

@ -0,0 +1,33 @@
# helix
> Helix, een post-moderne tekst bewerker, welke verschillende modi beschikbaar stelt tot verschillende manieren van tekst manipulatie.
> Drukken op `i` begint invoegmodus. `<Esc>` begint normale modus, wat toegang geeft tot de Vim commando's.
> Meer informatie: <https://helix-editor.com>.
- Open een bestand:
`helix {{pad/naar/bestand}}`
- Pas het Helix thema aan:
`:theme {{thema_naam}}`
- Opslaan en afsluiten:
`:wq<Enter>`
- Geforceerd afsluiten zonder op te slaan:
`:q!<Enter>`
- Maak de laatste verandering ongedaan:
`u`
- 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`