1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

better keybindings for staging by line

This commit is contained in:
Jesse Duffield
2020-02-29 17:57:17 +11:00
parent a7508a5dfd
commit 4c9b620bd0
3 changed files with 17 additions and 16 deletions

View File

@ -1015,7 +1015,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Contexts: []string{"staging"},
Key: gui.getKey("universal.select"),
Modifier: gocui.ModNone,
Handler: gui.handleStageSelection,
Handler: gui.handleToggleStagedSelection,
Description: gui.Tr.SLocalize("StageSelection"),
},
{