plugins.todo-comments.keymaps.todoQuickFix

Keymap for function TodoQuickFix

Type: null or (submodule)

Default: null

Declared by:

plugins.todo-comments.keymaps.todoQuickFix.action

The action to execute.

Type: string or raw lua code

Default: "TodoQuickFix"

Declared by:

plugins.todo-comments.keymaps.todoQuickFix.cwd

Specify the directory to search for comments

Type: null or string

Default: null

Example: "~/projects/foobar"

Declared by:

plugins.todo-comments.keymaps.todoQuickFix.key

The key to map.

Type: null or string

Default: null

Example: "<C-m>"

Declared by:

plugins.todo-comments.keymaps.todoQuickFix.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.todoQuickFix.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: