mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-04 23:42:10 +03:00
revert to the old keybinding for stash: I don't want anybody accidentally deleting changes they are trying to stash
This commit is contained in:
@@ -209,13 +209,13 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
Description: gui.Tr.SLocalize("refreshFiles"),
|
Description: gui.Tr.SLocalize("refreshFiles"),
|
||||||
}, {
|
}, {
|
||||||
ViewName: "files",
|
ViewName: "files",
|
||||||
Key: 's',
|
Key: 'S',
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.handleStashSave,
|
Handler: gui.handleStashSave,
|
||||||
Description: gui.Tr.SLocalize("stashFiles"),
|
Description: gui.Tr.SLocalize("stashFiles"),
|
||||||
}, {
|
}, {
|
||||||
ViewName: "files",
|
ViewName: "files",
|
||||||
Key: 'S',
|
Key: 's',
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.handleSoftReset,
|
Handler: gui.handleSoftReset,
|
||||||
Description: gui.Tr.SLocalize("softReset"),
|
Description: gui.Tr.SLocalize("softReset"),
|
||||||
|
Reference in New Issue
Block a user