Tangc
Tangc

Reputation: 11

how to make my shortcut in eclipse IDE

I want to use a shortcut to move the cursor to the next line or previous line. I can't find this Command in Preferences->General->Keys.

Are there any plugins that can do this? Or do I have to develop my own plugin to for that? If I have to develop it, which extension point should I use?

Upvotes: 0

Views: 151

Answers (1)

Cliff Ribaudo
Cliff Ribaudo

Reputation: 9039

If I am understanding your question correctly then you should be able to set the Eclipse Key Mappings for Up Arrow and Down Arrow keys.

Search for "Line Up" and you will see

Line Up
Scroll Line Up
Select Line Up

These should already be mapped to Up/Down Arrow and Shift Up/Down Arrow, but if not (eclipse does mess up keyboard mappings from time to time) you can add them back or set them the way you want.

Upvotes: 2

Related Questions