1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

note that undo functionality is experimental

This commit is contained in:
Jesse Duffield
2020-03-21 12:31:26 +11:00
parent 98fbc61221
commit 137fd80fdb
2 changed files with 2 additions and 2 deletions

View File

@ -1352,7 +1352,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Key: gui.getKey("main.undo"),
Modifier: gocui.ModNone,
Handler: gui.handlePopFileSnapshot,
Description: gui.Tr.SLocalize("Undo"),
Description: gui.Tr.SLocalize("undo"),
},
{
ViewName: "branches",