mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-17 12:06:38 +02:00
PickBothHunks -> pickBothHunks
This commit is contained in:
parent
86b101c410
commit
0ddf7c05c8
@ -119,7 +119,7 @@ Default path for the config file: `~/.config/jesseduffield/lazygit/config.yml`
|
|||||||
toggleDragSelect: 'v'
|
toggleDragSelect: 'v'
|
||||||
toggleDragSelect-alt: 'V'
|
toggleDragSelect-alt: 'V'
|
||||||
toggleSelectHunk: 'a'
|
toggleSelectHunk: 'a'
|
||||||
PickBothHunks: 'b'
|
pickBothHunks: 'b'
|
||||||
undo: 'z'
|
undo: 'z'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -352,7 +352,7 @@ keybinding:
|
|||||||
toggleDragSelect: 'v'
|
toggleDragSelect: 'v'
|
||||||
toggleDragSelect-alt: 'V'
|
toggleDragSelect-alt: 'V'
|
||||||
toggleSelectHunk: 'a'
|
toggleSelectHunk: 'a'
|
||||||
PickBothHunks: 'b'
|
pickBothHunks: 'b'
|
||||||
undo: 'z'
|
undo: 'z'
|
||||||
`)
|
`)
|
||||||
}
|
}
|
||||||
|
@ -1260,7 +1260,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
{
|
{
|
||||||
ViewName: "main",
|
ViewName: "main",
|
||||||
Contexts: []string{"merging"},
|
Contexts: []string{"merging"},
|
||||||
Key: gui.getKey("main.PickBothHunks"),
|
Key: gui.getKey("main.pickBothHunks"),
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.handlePickBothHunks,
|
Handler: gui.handlePickBothHunks,
|
||||||
Description: gui.Tr.SLocalize("PickBothHunks"),
|
Description: gui.Tr.SLocalize("PickBothHunks"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user