SOURCES: zshrc - there's no terminal mode arrows in terminfo (only...

gotar gotar at pld-linux.org
Fri Nov 25 02:41:40 CET 2005


Author: gotar                        Date: Fri Nov 25 01:41:40 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- there's no terminal mode arrows in terminfo (only application mode)

---- Files affected:
SOURCES:
   zshrc (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/zshrc
diff -u SOURCES/zshrc:1.9 SOURCES/zshrc:1.10
--- SOURCES/zshrc:1.9	Thu Jun 30 14:47:36 2005
+++ SOURCES/zshrc	Fri Nov 25 02:41:35 2005
@@ -31,5 +31,7 @@
 		precmd () { print -Pn "\e]0;%n@%m: %~\a" }
 		bindkey '^[[H' beginning-of-line >/dev/null 2>&1
 		bindkey '^[[F' end-of-line >/dev/null 2>&1
+		bindkey '^[[A' history-beginning-search-backward >/dev/null 2>&1
+		bindkey '^[[B' history-beginning-search-forward >/dev/null 2>&1
 		;;
 esac
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/zshrc?r1=1.9&r2=1.10&f=u




More information about the pld-cvs-commit mailing list