diff zshrc-konsole @ 26:7ca2aaae6c4b

add keybinding for some keys
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 22 May 2012 13:18:35 +0200
parents
children 2e5759b9e622
line wrap: on
line diff
--- /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