view zshrc-bindkey @ 60:b2d78d66fa8c

include the gpg agent info file
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 09 Feb 2013 05:18:47 +0100
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