diff options
Diffstat (limited to 'runtime/doc/lua.txt')
-rw-r--r-- | runtime/doc/lua.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index ae3c248d64..3f5ab6e00f 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -2625,6 +2625,9 @@ set({mode}, {lhs}, {rhs}, {opts}) *vim.keymap.set()* See also: ~ • |nvim_set_keymap()| + • |maparg()| + • |mapcheck()| + • |mapset()| ============================================================================== |