view zshrc-konsole @ 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
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