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