From fe1fa95713096ab0a58bb2fac059f89975ca763d Mon Sep 17 00:00:00 2001 From: Ryan Olson Date: Thu, 23 Jan 2020 17:35:34 -0700 Subject: [PATCH] atom: wait for git commit editor (#3785) --- pages/common/atom.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/common/atom.md b/pages/common/atom.md index f617fa012..4a94669bb 100644 --- a/pages/common/atom.md +++ b/pages/common/atom.md @@ -16,10 +16,14 @@ `atom --add {{path/to/file_or_directory}}` -- Open atom in safe mode (does not load any additional packages): +- 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: +- Prevent Atom from forking into the background, keeping Atom attached to the terminal: `atom --foreground` + +- Wait for Atom window to close before returning (useful for git commit editor): + +`atom --wait`