diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-24 16:00:48 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-24 16:00:48 +0000 |
commit | 2f50e20d84e676720674f8a35e1f8df205a42fc3 (patch) | |
tree | 02141446bf67f51ca57fa04425de6a7bd32bd15e /Etc | |
parent | 337530b4d6ef96bcd0fb50438256e288cf9b729c (diff) | |
download | zsh-2f50e20d84e676720674f8a35e1f8df205a42fc3.tar.gz zsh-2f50e20d84e676720674f8a35e1f8df205a42fc3.tar.xz zsh-2f50e20d84e676720674f8a35e1f8df205a42fc3.zip |
25931: Test for prompt code reentrancy
users/13400: clarify some ksh-like editing issues
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/FAQ.yo | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 0ddee2269..faa4741fe 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -298,7 +298,7 @@ sect(On what machines will it run?) sect(What's the latest version?) Zsh 4.2.7 is the latest production version. The latest development - version is 4.3.6; this contains support for multibyte character strings + version is 4.3.7; this contains support for multibyte character strings (such as UTF-8 locales). All the main features for multibyte support are now in place, although there is some debugging work still to be done. @@ -642,7 +642,13 @@ link(2.3)(23). it() mytt(\) does not escape editing chars (use mytt(^V)). it() Not all ksh bindings are set (e.g. mytt(<ESC>#); try mytt(<ESC>q)). it()* mytt(#) in an interactive shell is not treated as a comment by - default. + default. + it() In vi command mode the keys "k" and "j" move the cursor to the + end of the line. To move the cursor to the start instead, use + verb( + bindkey -M vicmd 'k' vi-up-line-or-history + bindkey -M vicmd 'j' vi-down-line-or-history + ) ) it() Built-in commands: itemize( |