Skip to content

Commit

Permalink
Remove 'v' menu keys
Browse files Browse the repository at this point in the history
We can no longer use this because 'v' is globally reserved for range select.
Conveniently it was the first item in the menu anyway for both of these.
  • Loading branch information
jesseduffield committed Jan 18, 2024
1 parent d08fafb commit 8840c1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/gui/controllers/branches_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func (self *BranchesController) viewUpstreamOptions(selectedBranch *models.Branc
ShowBranchHeads: false,
})
},
Key: 'v',
}

unsetUpstreamItem := &types.MenuItem{
Expand Down
1 change: 0 additions & 1 deletion pkg/gui/controllers/helpers/merge_and_rebase_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func (self *MergeAndRebaseHelper) PromptForConflictHandling() error {
OnPress: func() error {
return self.c.PushContext(self.c.Contexts().Files)
},
Key: 'v',
},
{
Label: fmt.Sprintf(self.c.Tr.AbortMenuItem, mode),
Expand Down

0 comments on commit 8840c1a

Please sign in to comment.