summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-15 11:23:14 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-15 11:41:37 +1000
commitc44ee71ad4ca44a407613c1e91f7d720acfa84f6 (patch)
tree63307be5379d4ddd461c52036b630d6e4d3f5059 /pkg
parent826d1660c97b7c5c55420ffed21eaa5f16118118 (diff)
update cheatsheet
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/keybindings.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 54ec0d108..09b2331dd 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -996,11 +996,11 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Description: gui.Tr.SLocalize("ExitLineByLineMode"),
},
{
- ViewName: "main",
- Contexts: []string{"patch-building", "staging"},
- Key: gui.getKey("universal.openFile"),
- Handler: gui.wrappedHandler(gui.handleOpenFileAtLine),
- // Description: gui.Tr.SLocalize("PrevLine"),
+ ViewName: "main",
+ Contexts: []string{"patch-building", "staging"},
+ Key: gui.getKey("universal.openFile"),
+ Handler: gui.wrappedHandler(gui.handleOpenFileAtLine),
+ Description: gui.Tr.SLocalize("openFile"),
},
{
ViewName: "main",