changeset 26:7ca2aaae6c4b

add keybinding for some keys
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 22 May 2012 13:18:35 +0200
parents a51240a0cd47
children 2e5759b9e622
files zshrc-cassiopeia zshrc-konsole
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-cassiopeia	Wed Feb 15 01:49:27 2012 +0100
+++ b/zshrc-cassiopeia	Tue May 22 13:18:35 2012 +0200
@@ -4,6 +4,7 @@
 
 . $HOME/.zsh-env/zshrc-jdk
 . $HOME/.zsh-env/zshrc-maven
+. $HOME/.zsh-env/zshrc-konsole
 #. /usr/local/GNUstep/share/GNUstep/Makefiles/GNUstep.sh
 
 export ANT_HOME=/usr/share/ant-bin
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zshrc-konsole	Tue May 22 13:18:35 2012 +0200
@@ -0,0 +1,8 @@
+# Pos1
+bindkey '^[[H' beginning-of-line
+
+# Ende
+bindkey '^[[F' end-of-line
+
+# Del
+bindkey '^[[3~' delete-char-or-list