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