summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-02-11 21:07:12 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-02-11 21:07:12 +1100
commit77faf85cfc749458aeafe45cb7df88e0a9d00500 (patch)
tree7e841d7936c3061364989f78736d270658f88ac2 /pkg/gui/keybindings.go
parent3d343e9b574a2c99ebf5b30dc9a4dac2886f6d73 (diff)
post-merge cleanup
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index c31d51ae9..8ddd3aaa4 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -237,7 +237,6 @@ func (gui *Gui) GetKeybindings() []*Binding {
Modifier: gocui.ModNone,
Handler: gui.handlePickHunk,
Description: gui.Tr.SLocalize("PickHunk"),
- KeyReadable: "space",
}, {
ViewName: "merging",
Key: 'b',