I searched and was very surprised that I can't find a possibility to make CTRL+A, CTRL+E work. So I can jump to the beginning or end of the line. I'm working on a Mac and don't have Pos1 or Home Button on my keyboard.
I'm pretty used to it, because everywhere I need it, it exists, not so in eclipse.
When you set custom keys in eclipse - just make sure that the keys you assign are not already assigned to different actions.
e.g.
- enter "ctrl+a" into the filter field and "unbind" the shortcut from all actions that you don't need
- select action you want ("line start"), put cursor in "Binding" field and click Ctrl+A
Enter command + -->). this will work.
Another option I found was:
- going to preferences
- to general -> Editors -> keys
- from Scheme select Emacs
- Sorry I tried to post a pic, but apparently I need more points...
Home (goes to beginning of the line),End(goes to end of the line) works for me )