mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-19 22:33:16 +02:00
note that undo functionality is experimental
This commit is contained in:
parent
98fbc61221
commit
137fd80fdb
@ -1352,7 +1352,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
Key: gui.getKey("main.undo"),
|
Key: gui.getKey("main.undo"),
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.handlePopFileSnapshot,
|
Handler: gui.handlePopFileSnapshot,
|
||||||
Description: gui.Tr.SLocalize("Undo"),
|
Description: gui.Tr.SLocalize("undo"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ViewName: "branches",
|
ViewName: "branches",
|
||||||
|
@ -362,7 +362,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
|
|||||||
Other: "undo",
|
Other: "undo",
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "undoReflog",
|
ID: "undoReflog",
|
||||||
Other: "undo (via reflog)",
|
Other: "undo (via reflog) (experimental)",
|
||||||
}, &i18n.Message{
|
}, &i18n.Message{
|
||||||
ID: "pop",
|
ID: "pop",
|
||||||
Other: "pop",
|
Other: "pop",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user