You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it happens that you rename the wrong file by mistake or delete something you shouldn't have deleted. For this you need a way to get things back to the way they were. And that way is undo/redo.
Operation history file
It may also be worth saving the operation history to a file, so that even after restarting the superfile we can undo the operation. This behavior can be regulated by the save_operation_history parameter in the config. It is also worth specifying the maximum number of operations to save, for example, with the parameter maximum_operation_history.
Keyboard shortcuts
Regular keyboard shortcuts
Undo: Ctrl + Z
Redo: Ctrl + Y or Ctrl + Shift + Z
Vim keyboard shortcuts
Undo: U
Redo: Ctrl + R
The text was updated successfully, but these errors were encountered:
Problem & Solution
Sometimes it happens that you rename the wrong file by mistake or delete something you shouldn't have deleted. For this you need a way to get things back to the way they were. And that way is undo/redo.
Operation history file
It may also be worth saving the operation history to a file, so that even after restarting the superfile we can undo the operation. This behavior can be regulated by the
save_operation_history
parameter in the config. It is also worth specifying the maximum number of operations to save, for example, with the parametermaximum_operation_history
.Keyboard shortcuts
Regular keyboard shortcuts
Vim keyboard shortcuts
The text was updated successfully, but these errors were encountered: