From 2f50e20d84e676720674f8a35e1f8df205a42fc3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 24 Oct 2008 16:00:48 +0000 Subject: 25931: Test for prompt code reentrancy users/13400: clarify some ksh-like editing issues --- Etc/FAQ.yo | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Etc/FAQ.yo') 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(#); try mytt(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( -- cgit 1.4.1