1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-05 15:15:49 +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"),
}, {
ViewName: "main",
Key: 'c',
Key: 'v',
Modifier: gocui.ModNone,
Handler: gui.handleToggleSelectRange,
Description: gui.Tr.SLocalize("ToggleDragSelect"),