From d85e42e74671f54c542013272a515eb7e406b99b Mon Sep 17 00:00:00 2001 From: Jared Godfrey Date: Wed, 24 Jun 2015 22:43:32 -0700 Subject: [PATCH] Update (removing and and replacing with). Fixing the sentence to be less wordy and convey the same information. --- shells_101.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shells_101.rst b/shells_101.rst index 3e02fcfc..73ab8ac1 100644 --- a/shells_101.rst +++ b/shells_101.rst @@ -25,8 +25,7 @@ or, in most cases, edit, a given command. Luckily, ``bash`` provides a facility this scenario easier: the command-line editing mode. The command-line editing mode emulates the movement functions of two common text editors, -``emacs`` and ``vi``. In the case of the shell, the cursor's movement is being controlled. -.. todo: Tighten up the above sentence. It's wordy and doesn't seem to make the point I want it to make. +``emacs`` and ``vi``, within the shell. By default, ``bash`` operates in ``emacs`` mode.