Copyright (C) 2000-2012 |
GNU Info (zsh.info)The zsh/zleparameter ModuleThe zsh/zleparameter Module =========================== The zsh/zleparameter module defines two special parameters that can be used to access internal information of the Zsh Line Editor (see Note: Zsh Line Editor). keymaps This array contains the names of the keymaps currently defined. widgets This associative array contains one entry per widget defined. The name of the widget is the key and the value gives information about the widget. It is either the string `builtin' for builtin widgets, a string of the form `user:NAME' for user-defined widgets, where NAME is the name of the shell function implementing the widget, or it is a string of the form `completion:TYPE:NAME', for completion widgets. In the last case TYPE is the name of the builtin widgets the completion widget imitates in its behavior and NAME is the name of the shell function implementing the completion widget. |