I know that I can jump to the beginning and end of a line inside the OS X terminal with Ctrl+A and Ctrl + E. But I'm so used to jumping with Cmd+Right arrow and Cmd+Left arrow from my editor, that I would love to use these shortcuts for the terminal too.
I haven't found a solution with Google, so maybe here someone can help.
Update
As in the comments, I tried the solution from How to move the cursor word by word in the OS X Terminal
Unfortunately, the Terminal settings seems to not include Cmd as a Modifier Key, as you can see here:
Option + right-arrow
, but not withCmd + right-arrow
– 23tux