diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-12-15 10:56:52 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-12-15 10:56:52 +0000 |
commit | ea8b4384e2b0a136be55e690bfa839a641500c92 (patch) | |
tree | 63254a8e5c55dc92e382adcded05c03c73ae7c71 /Doc/Zsh | |
parent | 1e212cbedcec984ce8bd6f89aa5db8e0b628435b (diff) | |
download | zsh-ea8b4384e2b0a136be55e690bfa839a641500c92.tar.gz zsh-ea8b4384e2b0a136be55e690bfa839a641500c92.tar.xz zsh-ea8b4384e2b0a136be55e690bfa839a641500c92.zip |
extra comment for zsh-line-init
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 08a8d8f69..409a04026 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -712,6 +712,8 @@ mode when it starts up. example(zle-line-init() { zle -K vicmd; } zle -N zle-line-init) +(The command inside the function sets the keymap directly; it is +equivalent to tt(zle vi-cmd-mode).) ) enditem() |