On Tue, Apr 02, 2019 at 10:52:34AM +0200, Jeremie Courreges-Anglas wrote:
> So here's a diff. oks/nays?
OK with the one mention in sh(1) adjusted as well:
There are two modes, interactive and command. The shell starts in
interactive mode. In this mode text is entered normally. A ⟨newline⟩
executes the current command line. The command line, unless empty, is
entered into command history. The ⟨ESC⟩ key is used to enter command
mode, where commands similar to those used by vi(1) are available. A
Ctrl-L sequence (^L) can be used in this mode to redraw the current
command line.