VimModeChangeEvent
Unofficial
The payload of the vim-mode-change event, raised on an editor whenever its Vim mode changes.
Import:
import type { VimModeChangeEvent } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface VimModeChangeEventProperties
| Property | Type | Description | |
|---|---|---|---|
| mode | VimMode | The mode the editor has changed to. | |
| subMode? | VimSubMode | How visual mode is selecting. Only present when mode is visual. |