Skip to content

VimState

Unofficial

Top-level Vim state container for the editor.

Import:

import type { VimState } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface VimState

Properties

Property Type Description
vim VimStateVim Core Vim mode and command state.
vimPlugin VimStateVimPlugin Vim plugin state for tracking key events.

Links to this page: