When a file has changes compared to the version from the version control system (subversion and cvs in my case), I use Ctrl + Alt + Shift + ↑ / Ctrl + Alt + Shift + ↓ to switch between these changes. Sometimes I want to undo some of these changes (but not all changes in the file). I can do this using the mouse and clicking the small return icon with a green arrow, but is there a way to do this from the keyboard (without using the mouse)?
I am using IntelliJ IDEA 7.0.3.
source share