mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
atom: Add extra examples
This commit is contained in:
parent
ccb73597b1
commit
4738e82768
1 changed files with 8 additions and 0 deletions
|
@ -10,3 +10,11 @@
|
||||||
- Open a file or folder in a new window:
|
- Open a file or folder in a new window:
|
||||||
|
|
||||||
`atom -n {{path/to/file_or_folder}}`
|
`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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue