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.

Pang
  • 9,564
  • 146
  • 81
  • 122
answerSeeker
  • 2,692
  • 4
  • 38
  • 76
  • 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! – Gabriel Staples Apr 03 '18 at 02:44

1 Answers1

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

nicolas.leblanc
  • 588
  • 7
  • 27
Dan
  • 2,701
  • 1
  • 29
  • 34