# Global initialization script for yash
# Note that it's not loaded implicitly, it must be sourced in ~/.yashrc.

# Ctrl + Left Arrow
bindkey -e '\^[[1;5D' backward-emacsword

# Ctrl + Rigt Arrow
bindkey -e '\^[[1;5C' forward-emacsword
