R – keyboard shortcut to revert individual changes in Intellij IDEA

intellij-ideakeyboard shortcuts

When a file has changes compared to the version checked-out from the version control system (subversion and cvs in my case), I use Ctrl + Alt + Shift + / Ctrl + Alt + Shift + to jump between those changes. Sometimes I want to revert some of these changes (but not all the changes in the file). I can do that by using the mouse and clicking the little revert-icon with the green arrow, but is there a way to do it from the keyboard (without using the mouse)?

I am using IntelliJ IDEA 7.0.3.

Best Answer

You can set in Setting | Keymap and select Version Control Systems in the keymap list and set the shortcut,but revert action in my subversion settings was set default to Ctrl+Alt+Z