mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-11 08:21:13 +01:00
zsh-users/5780: viinsert widget is really vi-insert
This commit is contained in:
parent
0bc5a4ba69
commit
7750d93e97
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-01-20 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* zsh-users/5780: Doc/Zsh/mod_complist.yo: viinsert widget
|
||||||
|
is really vi-insert.
|
||||||
|
|
||||||
2003-01-17 Oliver Kiddle <opk@zsh.org>
|
2003-01-17 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 18121: Completion/Unix/Type/_email_addresses,
|
* 18121: Completion/Unix/Type/_email_addresses,
|
||||||
|
|
|
@ -332,7 +332,7 @@ moves the mark to the next match
|
||||||
item(tt(reverse-menu-complete))(
|
item(tt(reverse-menu-complete))(
|
||||||
moves the mark to the previous match
|
moves the mark to the previous match
|
||||||
)
|
)
|
||||||
item(tt(viinsert))(
|
item(tt(vi-insert))(
|
||||||
this toggles between normal and interactive mode; in interactive mode
|
this toggles between normal and interactive mode; in interactive mode
|
||||||
the keys bound to tt(self-insert) and tt(self-insert-unmeta) insert
|
the keys bound to tt(self-insert) and tt(self-insert-unmeta) insert
|
||||||
into the command line as in normal editing mode but without leaving
|
into the command line as in normal editing mode but without leaving
|
||||||
|
|
Loading…
Reference in a new issue