# HG changeset patch # User Dirk Olmes # Date 1354267225 -3600 # Node ID d12335ed421a17bd0e2104daadfa2677bfa1be84 # Parent c58e6033e2cbcea75e3fa493a71409af400a9bc6 make the pos1 and end keys work diff -r c58e6033e2cb -r d12335ed421a zshrc-quad64 --- 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 #