diff --git a/list/list.go b/list/list.go index f075e915..8b65aa20 100644 --- a/list/list.go +++ b/list/list.go @@ -135,6 +135,7 @@ type Model struct { // Key mappings for navigating the list. KeyMap KeyMap + // Filter used to filter the list. Filter FilterFunc // Additional key mappings for the short and full help views. This allows