Skip to content

Commit

Permalink
tui: enter to open link too
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Apr 26, 2023
1 parent e139928 commit 6b703c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var DefaultKeyMap = KeyMap{
key.WithHelp("l", "links view"),
),
LinksOpen: key.NewBinding(
key.WithKeys("o"),
key.WithKeys("o", "enter"),
key.WithHelp("o", "open link"),
),
}
Expand Down

0 comments on commit 6b703c7

Please sign in to comment.