summaryrefslogtreecommitdiff
path: root/Etc/FAQ.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Etc/FAQ.yo')
-rw-r--r--Etc/FAQ.yo10
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(