seb
seb

Reputation: 4319

Eclipse CTRL+A, CTRL+E go to beginning go to end of line

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.

Upvotes: 10

Views: 7918

Answers (4)

Rakesh
Rakesh

Reputation: 1434

Enter command + -->). this will work.

Upvotes: 6

user3302709
user3302709

Reputation: 1038

Another option I found was:

  1. going to preferences
  2. to general -> Editors -> keys
  3. from Scheme select Emacs
  4. Sorry I tried to post a pic, but apparently I need more points...

Upvotes: 3

Dziad Borowy
Dziad Borowy

Reputation: 12579

When you set custom keys in eclipse - just make sure that the keys you assign are not already assigned to different actions. e.g.

  1. enter "ctrl+a" into the filter field and "unbind" the shortcut from all actions that you don't need
  2. select action you want ("line start"), put cursor in "Binding" field and click Ctrl+A

Upvotes: 6

Hassan Mirzae
Hassan Mirzae

Reputation: 9

Home (goes to beginning of the line),End(goes to end of the line) works for me )

Upvotes: 0

Related Questions