API ReferencesRsvim APInamespacesRsvimCmdfunctionslistVersion: NextOn this pagelistfunction list(): string[]; List all registered ex command names. warningThe builtin js command will not be listed here. Returns string[] Returns all registered ex command names, except the js command. Example Rsvim.cmd.list().forEach((name) => { Rsvim.cmd.echo(`Command: ${name}`);});