From 62719196b27496c3cc4ff97a92fc03627b1bab38 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 14 May 2003 15:09:14 +0000 Subject: 18536: EMACS and VI compatibility options --- Doc/Zsh/options.yo | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 3616ae50c..8ae442cb2 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -367,6 +367,14 @@ Use the Dvorak keyboard instead of the standard qwerty keyboard as a basis for examining spelling mistakes for the tt(CORRECT) and tt(CORRECT_ALL) options and the tt(spell-word) editor command. ) +pindex(EMACS) +item(tt(EMACS))( +If ZLE is loaded, turning on this option has the equivalent effect +of `tt(bindkey -e)'. In addition, the VI option is unset. +Turning it off has no effect. The option setting is +not guaranteed to reflect the current keymap. This option is +provided for compatibility; tt(bindkey) is the recommended interface. +) pindex(EQUALS) cindex(filename expansion, =) item(tt(EQUALS) )( @@ -1193,6 +1201,14 @@ cindex(input, tracing) item(tt(VERBOSE) (tt(-v), ksh: tt(-v)))( Print shell input lines as they are read. ) +pindex(VI) +item(tt(VI))( +If ZLE is loaded, turning on this option has the equivalent effect +of `tt(bindkey -v)'. In addition, the EMACS option is unset. +Turning it off has no effect. The option setting is +not guaranteed to reflect the current keymap. This option is +provided for compatibility; tt(bindkey) is the recommended interface. +) pindex(XTRACE) cindex(tracing, of commands) cindex(commands, tracing) -- cgit 1.4.1