bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Clark Wang
Subject: bind -m vi-insert '"jj": "\e"' problem in 4.4
Date: Fri, 4 Nov 2016 18:36:55 +0800

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 would be still after 'c' and if then I press h the cursor will skip 'c' and move to under 'b' . In 4.3, ESC and jj works the same so there must be something changed in 4.4. Please take a look.

-clark

reply via email to

[Prev in Thread] Current Thread [Next in Thread]