1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

atom: Add extra examples

This commit is contained in:
Starbeamrainbowlabs 2018-05-03 16:44:38 +01:00 committed by Agniva De Sarker
parent ccb73597b1
commit 4738e82768

View file

@ -10,3 +10,11 @@
- Open a file or folder in a new window:
`atom -n {{path/to/file_or_folder}}`
- Open atom in safe mode (does not load any additional packages):
`atom --safe`
- Prevent atom from forking into the background, keeping atom attached to the terminal:
`atom --foreground`