summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorDavid Chen <weichen2000121@gmail.com>2020-01-06 23:37:21 +0800
committerDavid Chen <weichen2000121@gmail.com>2020-01-06 23:37:21 +0800
commit0ddf7c05c854f9542fd9939c98b946baabe64852 (patch)
treebb993ecf4240694b8962c7379003d9ef5ce25d1e /pkg/gui/keybindings.go
parent86b101c410b0ec2b7eaffcc81f6db44002801b6e (diff)
PickBothHunks -> pickBothHunks
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index f3c504ddb..61a27483f 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -1260,7 +1260,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
{
ViewName: "main",
Contexts: []string{"merging"},
- Key: gui.getKey("main.PickBothHunks"),
+ Key: gui.getKey("main.pickBothHunks"),
Modifier: gocui.ModNone,
Handler: gui.handlePickBothHunks,
Description: gui.Tr.SLocalize("PickBothHunks"),