| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | perf(keycodes): use hashy for string lookup | zeertzjq | 2025-03-08 |
| | | | | | | This is slightly faster than the binary search as per the benchmark, and allows handling the vim/vim#16821 situation in generator code. | ||
| * | refactor(keycodes): generate key_names_table[] using Lua | zeertzjq | 2025-03-08 |
| This allows easier refactoring. | |||