about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-05-14 15:09:14 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-05-14 15:09:14 +0000
commit62719196b27496c3cc4ff97a92fc03627b1bab38 (patch)
treee3d8dbd8126d1717a09272c0fcbf1125ecc4b975 /Doc
parent2b744cb21d87de89495d2e66843946008c98f556 (diff)
downloadzsh-62719196b27496c3cc4ff97a92fc03627b1bab38.tar.gz
zsh-62719196b27496c3cc4ff97a92fc03627b1bab38.tar.xz
zsh-62719196b27496c3cc4ff97a92fc03627b1bab38.zip
18536: EMACS and VI compatibility options
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/options.yo16
1 files changed, 16 insertions, 0 deletions
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) <Z>)(
@@ -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)