Search code examples
androidandroid-studiointellij-ideaundo-redo

How to increase undo and redo steps in android studio


How to increase undo and redo steps in android studio?

It is limited and I want to increase number of Ctrl Z time.


Solution

    • Press Ctrl + Shift + A and Go to Enter action menu.
    • Type registry, you can see the suggestion Registry on list and click on that.

    enter image description here

    • Now just type word undo. It automatically find for you the 'undo' options.

    enter image description here

    • By default documentUndoLimit = 100 and globalUndoLimit = 10, you can change the values as you desired.