Re: libedit: Does not run input command in vi mode

2019-09-03 Thread Ingo Schwarze
Hello Masato-san, Masato Asou wrote on Tue, Sep 03, 2019 at 02:39:11PM +0900: > Does not run input command by vi editor with vi mode. > > I do the following: > > 1. set vi mode. >$ echo "bind -v" > ~/.editrc > > 2. launch /usr/bin/ftp command. >$ ftp > > 3. launch vi editor with ESC +

libedit: Does not run input command in vi mode

2019-09-02 Thread Masato Asou
Does not run input command by vi editor with vi mode. I do the following: 1. set vi mode. $ echo "bind -v" > ~/.editrc 2. launch /usr/bin/ftp command. $ ftp 3. launch vi editor with ESC + v. ftp> ESC + v 4. input "help" in vi editor. i + help + ESC + :wq 5. then 'help' command doe