1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

more removing of g and v

This commit is contained in:
Jesse Duffield
2020-08-15 17:01:43 +10:00
parent 63e6eea9ec
commit 15229bbdab
11 changed files with 44 additions and 50 deletions

View File

@ -1333,12 +1333,6 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Handler: gui.handleSetBranchUpstream,
Description: gui.Tr.SLocalize("setUpstream"),
},
{
ViewName: "stash",
Key: gocui.MouseLeft,
Modifier: gocui.ModNone,
Handler: gui.handleStashEntrySelect,
},
{
ViewName: "status",
Key: gocui.MouseLeft,