You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Michael Davis 21169c77fd
keymap: Allow looking up by Component ID
Previously we only split key tries by editor Mode. This commit changes
that to allow other "domain"s like Component IDs. We'll use the
Component IDs later so that a Component like a Picker can look up
keybindings for itself.

The naming is a bit of a placeholder. The hashmap could just use
`&'static str` and we could add a From for Mode. But I'd like the key to
have some sort of formal name to it.
1 year ago
..
src keymap: Allow looking up by Component ID 1 year ago
tests Add config for default line ending (#5621) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump libc from 0.2.145 to 0.2.146 (#7327) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago