Keymap.setWindowBaseScope method
Keymap › setWindowBaseScope
Unofficial
Sets the base scope for a window's scope stack.Signature:
setWindowBaseScope(win: Window, scope: Scope): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| win | Window | The window whose base scope to set. |
| scope | Scope | The scope to set as the window's base. |
Returns: void