mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
allow selected items in filter
This commit is contained in:
@@ -46,7 +46,7 @@ type delegateKeyMap struct {
|
||||
func newDelegateKeyMap() *delegateKeyMap {
|
||||
return &delegateKeyMap{
|
||||
toggle: key.NewBinding(
|
||||
key.WithKeys("space"),
|
||||
key.WithKeys(" "),
|
||||
key.WithHelp("space", "choose"),
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user