mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
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".
This commit is contained in:
1018
src/nvim/keycodes.c
Normal file
1018
src/nvim/keycodes.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user