# bindings to move 1 word left/right with ctrl+left/right in terminal, just some apple stuff!bind '"\e[5C": forward-word'bind '"\e[5D": backward-word'# bindings to move 1 word left/right with ctrl+left/right in iTerm2, just some apple stuff!bind '"\e[1;5C": forward-word'bind '"\e[1;5D": backward-word'