listKeymap
Returns an object containing the keymap for the list commands.
Enter: See enterCommand.Backspace: See backspaceCommand.Delete: See deleteCommand.Mod-[: Decrease indentation. See createDedentListCommand.Mod-]: Increase indentation. See createIndentListCommand.
const listKeymap: {
Enter: prosemirror_state3.Command;
Backspace: prosemirror_state3.Command;
Delete: prosemirror_state3.Command;
Mod-[: prosemirror_state3.Command;
Mod-]: prosemirror_state3.Command;
};