1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-06-20 01:19:23 +02:00

Update redo keyboard shortcut in README.md

The README says that this shortcut is ctrl+z, but the default keymap is shift+z — looks like this was changed in 376ca65807.
This commit is contained in:
John Yeates
2026-03-18 10:48:50 +00:00
committed by Stefan Haller
parent fc20702d3f
commit 7a3bae4de1
+1 -1
View File
@@ -209,7 +209,7 @@ Say you're on a feature branch that was itself branched off of the develop branc
### Undo
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 `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.
[More info](/docs/Undoing.md)