From afbc028ad6f2b8a580f6b22d13f3313ba5c44cf6 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 2 Mar 2019 15:12:52 +1100 Subject: revert to the old keybinding for stash: I don't want anybody accidentally deleting changes they are trying to stash --- pkg/gui/keybindings.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg') diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 6084d26e7..3c5862569 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -209,13 +209,13 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { Description: gui.Tr.SLocalize("refreshFiles"), }, { ViewName: "files", - Key: 's', + Key: 'S', Modifier: gocui.ModNone, Handler: gui.handleStashSave, Description: gui.Tr.SLocalize("stashFiles"), }, { ViewName: "files", - Key: 'S', + Key: 's', Modifier: gocui.ModNone, Handler: gui.handleSoftReset, Description: gui.Tr.SLocalize("softReset"), -- cgit v1.2.3