Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase undo and redo steps in android studio [duplicate]

How to increase undo and redo steps in android studio?

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

like image 939
Amir Hossein Ghasemi Avatar asked Oct 10 '16 22:10

Amir Hossein Ghasemi


1 Answers

  • 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.
like image 163
Supun Wijerathne Avatar answered Sep 28 '22 06:09

Supun Wijerathne