diff --git a/pages/common/atom.md b/pages/common/atom.md index 3f79511c8..d39321462 100644 --- a/pages/common/atom.md +++ b/pages/common/atom.md @@ -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`