mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
users/14041: bind : by default to execute-named-cmd in vicmd mode
This commit is contained in:
parent
71c30e6481
commit
9b7d3a6e46
3 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-04-17 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/14041: Doc/Zsh/zle.yo, Src/Zle/zle_bindings.c: bind ":"
|
||||
by default to execute-named-cmd in vicmd mode.
|
||||
|
||||
* unposted: Config/version.mk: change version to 4.3.9.dev-2.
|
||||
|
||||
* Jesse W: 26840: Doc/Zsh/manual.yo: texi2html instructions.
|
||||
|
@ -11564,5 +11567,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4654 $
|
||||
* $Revision: 1.4655 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1871,7 +1871,7 @@ If a zero prefix argument is given, the region is activated but
|
|||
point and mark are not swapped.
|
||||
)
|
||||
tindex(execute-named-cmd)
|
||||
item(tt(execute-named-cmd) (ESC-x) (unbound) (unbound))(
|
||||
item(tt(execute-named-cmd) (ESC-x) (:) (unbound))(
|
||||
Read the name of an editor command and
|
||||
execute it. A restricted set of editing functions is available in the
|
||||
mini-buffer. Keys are looked up in the special
|
||||
|
|
|
@ -348,7 +348,7 @@ int vicmdbind[128] = {
|
|||
/* 7 */ z_digitargument,
|
||||
/* 8 */ z_digitargument,
|
||||
/* 9 */ z_digitargument,
|
||||
/* : */ z_undefinedkey,
|
||||
/* : */ z_executenamedcmd,
|
||||
/* ; */ z_virepeatfind,
|
||||
/* < */ z_viunindent,
|
||||
/* = */ z_listchoices,
|
||||
|
|
Loading…
Reference in a new issue