# We want the up + down arrows to do completion
# detecting the terminal to get the keybindings right
# TODO: check if obsoleted by other things
if ; then
# echo 'defining bindkeys in zshrc'
BINDKEYS=
BINDKEYS=
fi
if ; then
else
# bindkey '[5D' backward-word
# bindkey '[5C' forward-word
fi