diff zshrc-bindkey @ 33:2e9ab483d4bd

rename the zshrc that holds the keybindings, use it for xanthippe, too
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 04 Jan 2013 04:37:01 +0100
parents zshrc-konsole@2e5759b9e622
children 46fb22ffffa8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zshrc-bindkey	Fri Jan 04 04:37:01 2013 +0100
@@ -0,0 +1,14 @@
+# Pos1
+bindkey '^[[H' beginning-of-line
+
+# Ende
+bindkey '^[[F' end-of-line
+
+# Del
+bindkey '^[[3~' delete-char-or-list
+
+# Ctrl-Left
+bindkey '^[[1;5D' backward-word
+
+# Ctrl-Right
+bindkey '^[[1;5C' forward-word