Fix undo shortcut in Undoing.md

We fixed this recently in the Readme (see 7a3bae4de1), but forgot to update
this.
This commit is contained in:
Stefan Haller 2026-05-26 09:44:40 +02:00
parent 87e6959fca
commit 9ae76d7eec

View file

@ -1,6 +1,6 @@
# Undo/Redo in lazygit
You can undo the last action by pressing 'z' and redo with `ctrl+z`. Here we drop a couple of commits and then undo the actions.
You can undo the last action by pressing 'z' and redo with 'Z' (shift+z). Here we drop a couple of commits and then undo the actions.
Undo uses the reflog which is specific to commits and branches so we can't undo changes to the working tree or stash.
![undo](../../assets/demo/undo-compressed.gif)