mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
use v keybindings instead of c
This commit is contained in:
parent
4f2c42ea47
commit
11e57edbb3
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue