aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mapping.c
Commit message (Expand)AuthorAge
* refactor: fix clang warnings (#19453)zeertzjq2022-07-21
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* feat(defaults): nnoremap & :&&<CR> #19365Gregory Anders2022-07-15
* refactor: replace char_uDundar Goc2022-07-02
* vim-patch:9.0.0002: map functionality outside of map.c (#19150)zeertzjq2022-06-29
* refactor(map): simplify add_map paramsbfredl2022-06-28
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor(map): statically initialize maphash arraybfredl2022-06-24
* perf(map): avoid extraneous heap allocations when setting mappingsbfredl2022-06-24
* perf(map): visit only one hash bucket instead of all, like an actual hash tablebfredl2022-06-24
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23