changeset 31:d12335ed421a

make the pos1 and end keys work
author Dirk Olmes <dirk.olmes@exentra.de>
date Fri, 30 Nov 2012 10:20:25 +0100
parents c58e6033e2cb
children 623fa595e0d6
files zshrc-quad64
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-quad64	Wed Sep 12 03:46:14 2012 +0200
+++ b/zshrc-quad64	Fri Nov 30 10:20:25 2012 +0100
@@ -9,6 +9,11 @@
 export PATH="$HOME/bin:${PATH}"
 export PGUSER=postgres
 
+bindkey '^[[1~' beginning-of-line
+bindkey '^[[H'  beginning-of-line
+bindkey '^[[4~' end-of-line
+bindkey '^[[F'  end-of-line
+
 #
 # aliases
 #