mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
35952: bind escape in vi mode so it is a full key sequence and later keys aren't dropped
This commit is contained in:
parent
bde91914df
commit
0f224e72cc
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ int vicmdbind[128] = {
|
|||
/* ^X */ z_undefinedkey,
|
||||
/* ^Y */ z_undefinedkey,
|
||||
/* ^Z */ z_undefinedkey,
|
||||
/* ^[ */ z_undefinedkey,
|
||||
/* ^[ */ z_beep,
|
||||
/* ^\ */ z_undefinedkey,
|
||||
/* ^] */ z_undefinedkey,
|
||||
/* ^^ */ z_undefinedkey,
|
||||
|
|
Loading…
Reference in a new issue