@@ -2226,13 +2226,12 @@ This mode uses commands, described below,
similar to a subset of those described in the vi man page.
The command
.Ql set -o vi
-enables vi-mode editing and place sh into vi insert mode.
+enables vi-mode editing and places sh into vi insert mode.
With vi-mode
enabled, sh can be switched between insert mode and command mode.
-The editor is not described in full here, but will be in a later document.
-It's similar to vi: typing
+It is similar to vi: typing
.Aq ESC
-will throw you into command VI command mode.
+enters vi command mode.
Hitting
.Aq return
while in command mode will pass the line to the shell.