Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs key binding in Eclipse IDE

I am an Emacs lover probably because I love the key binding and I am able to do things very quickly. I also use Eclipse IDE for my Java/Android/Python/ development because it is free, most of my peers use it, and it works. I find myself switching between emacs and Eclipse and the workflow just isn't great. What I would like to do is setup the key bindings in Eclipse so that they are like Emacs.

Can someone suggest the best Eclipse plugin I could use for this. Or can anyone talk about how they've used Eclipse to be more Emacs like. Thanks in advance

like image 590
Peter Delaney Avatar asked May 17 '10 14:05

Peter Delaney


1 Answers

No plugin needed for basic Emacs keybindings!

Go to

    Windows → Preferences → General → Keys

and select Emacs scheme.


    enter image description here


It won't provide all Emacs commands (obviously) but it covers the things you can't live without such as navigation, selection, cutting / pasting etc.

like image 194
aioobe Avatar answered Sep 19 '22 01:09

aioobe