diff --git a/pages/common/set.md b/pages/common/set.md index d3269417ac..087ed30d82 100644 --- a/pages/common/set.md +++ b/pages/common/set.md @@ -19,6 +19,10 @@ `set -o {{vi}}` +- Return to default mode: + +`set -o {{emacs}}` + - Exit the shell when (some) commands fail: `set -e`