Skip to content

Commit

Permalink
Merge pull request #19 from koudaiii/koudaiii/change-apply-to-save
Browse files Browse the repository at this point in the history
Change from `w=apply` to `w=save`
  • Loading branch information
magodo committed Oct 14, 2021
2 parents e6ca9a0 + b960230 commit 8760380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/importlist/listkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func newListKeyMap() listKeyMap {
return listKeyMap{
apply: key.NewBinding(
key.WithKeys("w"),
key.WithHelp("w", "apply"),
key.WithHelp("w", "save"),
),
error: key.NewBinding(
key.WithKeys("e"),
Expand Down

0 comments on commit 8760380

Please sign in to comment.