Skip to content

Commit

Permalink
chore(choose,filter): use verb for navigation label in help
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Dec 6, 2024
1 parent 1b45be3 commit ff721a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion choose/choose.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (k keymap) ShortHelp() []key.Binding {
k.Toggle,
key.NewBinding(
key.WithKeys("up", "down", "right", "left"),
key.WithHelp("↑↓←→", "navigation"),
key.WithHelp("↑↓←→", "navigate"),
),
k.Submit,
k.ToggleAll,
Expand Down
2 changes: 1 addition & 1 deletion filter/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (k keymap) ShortHelp() []key.Binding {
k.ToggleAndNext,
key.NewBinding(
key.WithKeys("up", "down"),
key.WithHelp("↑↓", "navigation"),
key.WithHelp("↑↓", "navigate"),
),
k.Submit,
}
Expand Down

0 comments on commit ff721a6

Please sign in to comment.