changeset 27:2e5759b9e622

add some more key bindings
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 23 May 2012 06:25:59 +0200
parents 7ca2aaae6c4b
children 8f29a32fcdcb
files zshrc-konsole
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-konsole	Tue May 22 13:18:35 2012 +0200
+++ b/zshrc-konsole	Wed May 23 06:25:59 2012 +0200
@@ -6,3 +6,9 @@
 
 # Del
 bindkey '^[[3~' delete-char-or-list
+
+# Ctrl-Left
+bindkey '^[[1;5D' backward-word
+
+# Ctrl-Right
+bindkey '^[[1;5C' forward-word