Eclipse: set hotkey for up / down / left / right key

I really like the emacs hotkey for up / down / left / right: Control + N, Control + P, Control + B, Control + F

respectively. So, I want to bring this to Eclipse, but not all emacs hotkeys. (Because Eclipse has an option that uses the emacs hotkey).

In Eclipse, I get into: [Windows]\[Preferences]\[Key]

. But I don't know which category to change this. Tell me please.

Thank:)

+3


source to share


1 answer


Here are the categories:

  • up: line out
  • down: Line down
  • right: Next column
  • left: previous column


Be sure to check the "Edit Text" option for the "When" field, and also clear any possible conflicts (for example, "Ctrl + F" is used by default to find text).

+1


source







All Articles