plugins.todo-comments.keymaps.todoTrouble
Keymap for function TodoTrouble
Type: null or (submodule)
Default:
null
Declared by:
plugins.todo-comments.keymaps.todoTrouble.action
The action to execute.
Type: string or raw lua code
Default:
"TodoTrouble"
Declared by:
plugins.todo-comments.keymaps.todoTrouble.cwd
Specify the directory to search for comments
Type: null or string
Default:
null
Example:
"~/projects/foobar"
Declared by:
plugins.todo-comments.keymaps.todoTrouble.key
The key to map.
Type: null or string
Default:
null
Example:
"<C-m>"
Declared by:
plugins.todo-comments.keymaps.todoTrouble.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.todoTrouble.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: