plugins.todo-comments.keymaps.todoTelescope
Keymap for function TodoTelescope
Type: null or (submodule)
Default:
null
Declared by:
plugins.todo-comments.keymaps.todoTelescope.action
The action to execute.
Type: string or raw lua code
Default:
"TodoTelescope"
Declared by:
plugins.todo-comments.keymaps.todoTelescope.cwd
Specify the directory to search for comments
Type: null or string
Default:
null
Example:
"~/projects/foobar"
Declared by:
plugins.todo-comments.keymaps.todoTelescope.key
The key to map.
Type: null or string
Default:
null
Example:
"<C-m>"
Declared by:
plugins.todo-comments.keymaps.todoTelescope.keywords
Comma separated list of keywords to filter results by. Keywords are case-sensitive.
Type: null or (list of string)
Default:
null
Example:
"TODO,FIX"
Declared by:
plugins.todo-comments.keymaps.todoTelescope.mode
One or several modes.
Use the short-names ("n"
, "v"
, …).
See :h map-modes
to learn more.
Type: one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x” or list of (one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x”)
Default:
"n"
Example:
[
"n"
"v"
]
Declared by: