summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-15 17:01:43 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-15 18:01:43 +1000
commit15229bbdab5d99ce7f390a7e215a572ab155a5ac (patch)
tree37b8bf40eef59c13b198b14dce679e1afcfcc85b /pkg/gui/keybindings.go
parent63e6eea9ecd52c908e75f9f1d456589d1574872e (diff)
more removing of g and v
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 09b2331dd..a0e6f463f 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -1334,12 +1334,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Description: gui.Tr.SLocalize("setUpstream"),
},
{
- ViewName: "stash",
- Key: gocui.MouseLeft,
- Modifier: gocui.ModNone,
- Handler: gui.handleStashEntrySelect,
- },
- {
ViewName: "status",
Key: gocui.MouseLeft,
Modifier: gocui.ModNone,