diff options
Diffstat (limited to 'runtime/doc')
-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 16f27486c8..1d51c86dab 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -2055,6 +2055,9 @@ set({mode}, {lhs}, {rhs}, {opts}) *vim.keymap.set()* "silent". In addition to the options listed in |nvim_set_keymap()|, this table also accepts the following keys: + • buffer: (number or boolean) Add a mapping to the + given buffer. When "true" or 0, use the current + buffer. • replace_keycodes: (boolean, default true) When both this and expr is "true", |nvim_replace_termcodes()| is applied to the |