mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-02 23:27:32 +02: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:
parent
e331dfcaf8
commit
afbc028ad6
@ -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"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user