allow selected items in filter

This commit is contained in:
2023-03-02 11:32:56 -08:00
parent 1b47179339
commit 10bd84e984
3 changed files with 54 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ type delegateKeyMap struct {
func newDelegateKeyMap() *delegateKeyMap {
return &delegateKeyMap{
toggle: key.NewBinding(
key.WithKeys("space"),
key.WithKeys(" "),
key.WithHelp("space", "choose"),
),
}