view zshrc-bindkey @ 38:05c566aa9510

remove invalid ANT_HOME variable, add an alias for ant pointing to the local Eclipse install
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 12 Jul 2013 05:57:00 +0200
parents 2e9ab483d4bd
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