aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/keycodes.lua
Commit message (Collapse)AuthorAge
* perf(keycodes): use hashy for string lookupzeertzjq2025-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 Luazeertzjq2025-03-08
This allows easier refactoring.