plugins.overseer.settings.task_editor.bindings
Set keymap to false to remove default behavior. You can add custom keymaps here as well (anything vim.keymap.set accepts).
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default:
{
i = {
"<C-c>" = "Cancel";
"<C-s>" = "Submit";
"<CR>" = "NextOrSubmit";
"<S-Tab>" = "Prev";
"<Tab>" = "Next";
};
n = {
"<C-s>" = "Submit";
"<CR>" = "NextOrSubmit";
"<S-Tab>" = "Prev";
"<Tab>" = "Next";
"?" = "ShowHelp";
q = "Cancel";
};
}
Declared by: