1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-06 23:46:13 +02:00

use v keybindings instead of c

This commit is contained in:
Jesse Duffield 2019-10-31 09:04:42 +11:00
parent 4f2c42ea47
commit 11e57edbb3

View File

@ -688,7 +688,7 @@ func (gui *Gui) GetContextMap() map[string]map[string][]*Binding {
Description: gui.Tr.SLocalize("ResetSelection"), Description: gui.Tr.SLocalize("ResetSelection"),
}, { }, {
ViewName: "main", ViewName: "main",
Key: 'c', Key: 'v',
Modifier: gocui.ModNone, Modifier: gocui.ModNone,
Handler: gui.handleToggleSelectRange, Handler: gui.handleToggleSelectRange,
Description: gui.Tr.SLocalize("ToggleDragSelect"), Description: gui.Tr.SLocalize("ToggleDragSelect"),