view 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 source

# 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