From 4738e82768bb628da7d20a4e4fe313ee600d97ff Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 3 May 2018 16:44:38 +0100 Subject: [PATCH] atom: Add extra examples --- pages/common/atom.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/atom.md b/pages/common/atom.md index 3f79511c89..d393214622 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`