aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 1426404da9..aaafa21a59 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -1508,7 +1508,9 @@ nvim_set_keymap({mode}, {lhs}, {rhs}, {*opts}) *nvim_set_keymap()*
used to give a description to the mapping. When
called from Lua, also accepts a "callback" key
that takes a Lua function to call when the mapping
- is executed.
+ is executed. "replace_keycodes" can be used with
+ "expr" to replace keycodes, see
+ |nvim_replace_termcodes()|.
nvim_set_var({name}, {value}) *nvim_set_var()*
Sets a global (g:) variable.