summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/keycodes.lua
AgeCommit message (Collapse)AuthorFiles
2025-03-08perf(keycodes): use hashy for string lookupzeertzjq1
This is slightly faster than the binary search as per the benchmark, and allows handling the vim/vim#16821 situation in generator code.
2025-03-08refactor(keycodes): generate key_names_table[] using Luazeertzjq1
This allows easier refactoring.