aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mapping.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: replace char_u with charDundar Goc2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* docs: fix typos (#19588)dundargoc2022-08-03
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* feat(mapset): support restoring "replace_keycodes" and "desc"zeertzjq2022-08-01
* vim-patch:8.2.5106: default cmdwin mappings are re-mappablezeertzjq2022-08-01
* vim-patch:8.2.2804: setting buffer local mapping with mapset() changes globalzeertzjq2022-08-01
* vim-patch:8.2.1773: crash when calling mapset() with a list as first argumentzeertzjq2022-08-01
* vim-patch:8.2.0815: maparg() does not provide enough information for mapset()zeertzjq2022-08-01
* vim-patch:8.2.0812: mapset() does not properly handle <> notationzeertzjq2022-08-01
* vim-patch:8.2.0807: cannot easily restore a mappingzeertzjq2022-08-01
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* refactor: replace char_u with charDundar Goc2022-07-31
* 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