From f4219fd1eb2e920fbc314a7f0bea904d44b6a2ff Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:23:42 +0300 Subject: [PATCH] set: add emacs mode (#14063) Update set.md --- pages/common/set.md | 4 ++++ 1 file changed, 4 insertions(+) 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`