Skip to content

Keymap.getWindowStack method

Keymap › getWindowStack

Unofficial

Gets the scope stack for a window, creating it lazily if absent.

Signature:

getWindowStack(win: Window): KeymapWindowStack

Parameters:

ParameterTypeDescription
winWindowThe window whose scope stack to get.

Returns: KeymapWindowStackThe window's scope stack.