mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 00:05:36 +00:00
docs: fix type warnings
This commit is contained in:
committed by
Lewis Russell
parent
01be28b370
commit
bc0bf9d030
@@ -2752,7 +2752,7 @@ vim.keymap.del({modes}, {lhs}, {opts}) *vim.keymap.del()*
|
||||
|
||||
Parameters: ~
|
||||
• {opts} (table|nil) A table of optional arguments:
|
||||
• "buffer": (number|boolean) Remove a mapping from the given
|
||||
• "buffer": (integer|boolean) Remove a mapping from the given
|
||||
buffer. When `0` or `true`, use the current buffer.
|
||||
|
||||
See also: ~
|
||||
@@ -2786,7 +2786,7 @@ vim.keymap.set({mode}, {lhs}, {rhs}, {opts}) *vim.keymap.set()*
|
||||
• "noremap": inverse of "remap" (see below).
|
||||
|
||||
• Also accepts:
|
||||
• "buffer": (number|boolean) Creates buffer-local mapping,
|
||||
• "buffer": (integer|boolean) Creates buffer-local mapping,
|
||||
`0` or `true` for current buffer.
|
||||
• "remap": (boolean) Make the mapping recursive. Inverse of
|
||||
"noremap". Defaults to `false`.
|
||||
|
||||
Reference in New Issue
Block a user