31

Does anyone know what the redo keyboard shortcut for Eclipse is?

I'm using Linux Mint based on Ubuntu and do all my programming there. I noticed Eclipse supports C, Java, PHP, HTML, Python. I code in all of these languages so I thought it'd be a nice IDE to use, but the redo shortcut is really important to me. I just use Ctrl+Shift+Z for redo in gedit, but it does not work on Eclipse.

1
  • I actually wanted Ctrl + Y to work instead of Ctrl + Shift + Z (which is the default in my version of Eclipse), but this question and answer still answers my question perfectly! Commented Apr 3, 2018 at 2:44

1 Answer 1

75

In Eclipse go to:

Window > Preferences > General >  Keys

In the keys, scroll down to redo and make it what you want.

Here is documentation.

Here is a screenshot: enter image description here

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.