summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/keymap.lua
AgeCommit message (Expand)AuthorFiles
2026-03-23fix(lua): drop support for boolean `buf` in `vim.keymap` #38432skewb1k1
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k1
2026-02-05docs(lua): vim.keymap.set takes no `noremap` #37723Christian Clason1
2025-12-20docs(lua): iInconsistent vim.keymap param name #37026Bryan Turns1
2025-11-15docs: getpos, getregion, lspJustin M. Keyes1
2025-07-10docs: api, pack, events, developJustin M. Keyes1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell1
2024-09-25refactor(lua): vim.keymap.set tests, docs #30511Justin M. Keyes1
2024-03-16refactor(lua): type annotationsLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-01-03feat(lua): add noref to deepcopyLewis Russell1
2023-09-23docs: fix type warningsMaria José Solano1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-07-13docs(lua): adds links to related keymap functions to keymap.set (#24337)Mathias Fußenegger1
2023-06-12docs: various clarifications (#23999)zeertzjq1
2023-06-10docs: fix typos (#23917)Jonas Strittmatter1
2023-02-22docs: naming conventions, guidelinesJustin M. Keyes1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-09-20docs(lua): opts in `vim.keymap.{set,del}` can be optional (#20255)Lewis Russell1
2022-08-14docs(lua): clarify vim.keymap.set() opts (#19761)Antoine Cotten1
2022-08-03docs: fix typos (#19588)dundargoc1
2022-08-02test: improve mapping tests and docs (#19619)zeertzjq1
2022-08-01feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii141
2022-05-09chore: format runtime with styluaChristian Clason1
2022-04-23fix(lua): don't mutate opts parameter of vim.keymap.del (#18227)Andrey Mishchenko1
2022-04-21docs: vim.keymap.set can specify buffer as an optionatusy1
2022-04-01fix(keymap): don't coerce false to ''Lewis Russell1
2022-03-24feat(keymap): return nil from an expr keymapLewis Russell1
2022-03-17chore: fix typos (#17670)dundargoc1
2022-03-10chore: fix typos (#17331)dundargoc1
2022-02-27chore: remove <Plug> detection from vim.keymapshadmansaleh1
2022-01-04feat(lua): add vim.keymapshadmansaleh1