Skip to content

Commit b29aef1

Browse files
committed
Add help item for open in editor
1 parent 32d8fa0 commit b29aef1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tui.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ func additionalShortHelpKeys() []key.Binding {
108108
key.WithKeys("u"),
109109
key.WithHelp("u", "update"),
110110
),
111+
key.NewBinding(
112+
key.WithKeys("enter"),
113+
key.WithHelp("enter", "open in editor"),
114+
),
111115
}
112116
}
113117

0 commit comments

Comments
 (0)