summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/keymap.lua
AgeCommit message (Expand)AuthorFiles
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