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:
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…
x
Reference in New Issue
Block a user