Skip to content

VimEditor

Unofficial

Wrapper around an editor instance providing access to Vim state.

Import:

import type { VimEditor } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface VimEditor

Properties

Property Type Description
state VimState The Vim state associated with this editor.

Links to this page: