plugins.overseer.settings.task_launcher.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";
  };
  n = {
    "<C-s>" = "Submit";
    "<CR>" = "Submit";
    "?" = "ShowHelp";
    q = "Cancel";
  };
}

Declared by: