-- global state, to be refactored away during multi-instance local M = { -- from View WINID_BY_TABID = {}, BUFNR_BY_TABID = {}, CURSORS = {}, } return M