search: add support for user configurable key bindings

No default bindings defined yet, though.
This commit is contained in:
Daniel Eklöf 2020-03-08 15:28:47 +01:00
parent fcf4832775
commit 0d188895c3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 31 additions and 9 deletions

View file

@ -90,6 +90,7 @@ struct kbd {
struct {
key_binding_list_t key;
key_binding_list_t search;
} bindings;
};