On Mon, Aug 10, 2009 at 02:32:40PM -0400, Daenyth Blank wrote: > On Mon, Aug 10, 2009 at 14:16, Aaron Griffin<aaronmgriffin@xxxxxxxxx> wrote: > > So I have a suspicion that my guess was wrong. You aren't using vi > > mode in bash, are you? > > > > Nope In zsh , I have this in ~/.zshrc : bindkey "\e[1;5C" forward-word bindkey "\e[1;5D" backward-word Isn't there a bash equivalent ?