helix: add Dutch translation (#11762)

pull/23/head
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
1 changed files with 33 additions and 0 deletions

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`