Possible Duplicate:
How to change previous/next word shortcut in bash?
When connected to a ubuntu server bash shell, I can hold alt key and press the left or right keys to move forward or backward a word. It is incredibly useful.
Is this behaviour defined in the .bash_profile or can it be? I.e. can I bring this behaviour into my OSX shell?
fgrep ard-word $HOME/.${SHELL##*/}_profile
? – Rudolf Adamkovic May 02 '12 at 18:25