mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
atom: add Dutch translation (#7259)
This commit is contained in:
parent
56b2781988
commit
995c5aed06
1 changed files with 29 additions and 0 deletions
29
pages.nl/common/atom.md
Normal file
29
pages.nl/common/atom.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# atom
|
||||
|
||||
> Een platformonafhankelijke inplugbare tekstbewerker.
|
||||
> Plugins zijn beheerd door `apm`.
|
||||
> Meer informatie: <https://atom.io/>.
|
||||
|
||||
- Open een bestand of map:
|
||||
|
||||
`atom {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Open een bestand of map in een nieuw venster:
|
||||
|
||||
`atom -n {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Open een bestand of map in een bestaand venster:
|
||||
|
||||
`atom --add {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Open Atom in veilige modus (laadt geen geïnstalleerde pakketten):
|
||||
|
||||
`atom --safe`
|
||||
|
||||
- Voorkom dat Atom zich vertakt in de achtergrond, en houdt Atom in de terminal
|
||||
|
||||
`atom --foreground`
|
||||
|
||||
- Wacht op het Atom venster om zich te sluiten voor door te gaan (handig voor Git commit bewerker):
|
||||
|
||||
`atom --wait`
|
Loading…
Add table
Reference in a new issue