Re: bind -m vi-insert '"jj": "\e"' problem in 4.4

2016-11-10 Thread Clark Wang
On Fri, Nov 4, 2016 at 6:36 PM, Clark Wang wrote: > For example, in vi-insert mode I input following in the command line: > > # foo abc > > The cursor is right after 'c'. Now if I press ESC then it'll go to > vi-command mode and the cursor will move to under 'c'. But if I press jj > the cursor wo

Re: bind -m vi-insert '"jj": "\e"' problem in 4.4

2016-11-10 Thread Chet Ramey
On 11/10/16 4:46 AM, Clark Wang wrote: > On Fri, Nov 4, 2016 at 6:36 PM, Clark Wang > wrote: > > For example, in vi-insert mode I input following in the command line: > > # foo abc > > The cursor is right after 'c'. Now if I press ESC then it'll go to >