xed: add Dutch translation (#13386)
This commit is contained in:
24
pages.nl/linux/xed.md
Normal file
24
pages.nl/linux/xed.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# xed
|
||||
|
||||
> Bewerk bestanden in de Cinnamon-desktopomgeving.
|
||||
> Meer informatie: <https://github.com/linuxmint/xed>.
|
||||
|
||||
- Start de editor:
|
||||
|
||||
`xed`
|
||||
|
||||
- Open specifieke bestanden:
|
||||
|
||||
`xed {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
|
||||
|
||||
- Open bestanden met een specifieke codering:
|
||||
|
||||
`xed --encoding {{WINDOWS-1252}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
|
||||
|
||||
- Toon alle ondersteunde coderingen:
|
||||
|
||||
`xed --list-encodings`
|
||||
|
||||
- Open een bestand en ga naar een specifieke regel:
|
||||
|
||||
`xed +{{10}} {{pad/naar/bestand}}`
|
Reference in New Issue
Block a user