On Sun, 17 Apr 2016 01:34:40 +0200, Ingo Schwarze wrote:
> in vi command mode, libedit provides the editor command
> vi-histedit (bound to the 'v' key by default) to fork and
> exec vi(1) on the line being edited. That is pretty much
> pointless in the first place because the line can just as
> w
Hi,
in vi command mode, libedit provides the editor command
vi-histedit (bound to the 'v' key by default) to fork and
exec vi(1) on the line being edited. That is pretty much
pointless in the first place because the line can just as
well be edited with libedit itself, without any fork and exec.
B