# vim:ft=zsh
# Make home and end buttons usable
# © 2014 Axel Wagner and contributors (see also: LICENSE)

bindkey '^[[7~' beginning-of-line
bindkey '^[[8~' end-of-line
bindkey '^[[3~' delete-char
