mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
docs: various clarifications (#23999)
Close #18907 Close #20314 Close #23749
This commit is contained in:
@@ -1427,7 +1427,7 @@ ArrayOf(Dictionary) nvim_get_keymap(String mode)
|
||||
/// values are booleans (default false). Also:
|
||||
/// - "noremap" non-recursive mapping |:noremap|
|
||||
/// - "desc" human-readable description.
|
||||
/// - "callback" Lua function called when the mapping is executed.
|
||||
/// - "callback" Lua function called in place of {rhs}.
|
||||
/// - "replace_keycodes" (boolean) When "expr" is true, replace keycodes in the
|
||||
/// resulting string (see |nvim_replace_termcodes()|). Returning nil from the Lua
|
||||
/// "callback" is equivalent to returning an empty string.
|
||||
|
Reference in New Issue
Block a user