Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test(unit): move statusline tests to statusline_spec.lua (#25441) | zeertzjq | 2023-09-30 |
| | |||
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535) | zeertzjq | 2022-05-12 |
Most code in keymap.h is for keycode definitions, while most code in keymap.c is for the parsing and conversion of keycodes. The name "keymap" may also make people think these two files are for mappings, while in fact keycodes are used even when no mappings are involved, so "keycodes" should be a better file name than "keymap". |