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

# Pos1
bindkey '^[[H' beginning-of-line

# Ende
bindkey '^[[F' end-of-line

# Del
bindkey '^[[3~' delete-char-or-list