From ff955f61b4ae277fa82ff0097d47047198aeaefc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 5 Sep 2010 20:39:08 +0000 Subject: 28229: can list individual keymaps --- Doc/Zsh/zle.yo | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 64012fd2f..f85f63f26 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -139,7 +139,7 @@ cindex(rebinding keys) cindex(keys, binding) cindex(binding keys) cindex(keymaps) -xitem(tt(bindkey) [ var(options) ] tt(-l)) +xitem(tt(bindkey) [ var(options) ] tt(-l) [ tt(-l) ] [ var(keymap) ... ]) xitem(tt(bindkey) [ var(options) ] tt(-d)) xitem(tt(bindkey) [ var(options) ] tt(-D) var(keymap) ...) xitem(tt(bindkey) [ var(options) ] tt(-A) var(old-keymap new-keymap)) @@ -179,10 +179,13 @@ selected, namely: startitem() item(tt(-l))( -List all existing keymap names. If the tt(-L) -option is also used, list in the form of tt(bindkey) -commands to create the keymaps; this combination also shows -which keymap is linked to `tt(main)', if any. +List all existing keymap names; if any arguments are given, list just +those keymaps. + +If the tt(-L) option is also used, list in the form of tt(bindkey) +commands to create or link the keymaps. `tt(bindkey -lL +main)' shows which keymap is linked to `tt(main)', if any, and hence if +the standard emacs or vi emulation is in effect. ) item(tt(-d))( Delete all existing keymaps and reset to the default state. -- cgit 1.4.1