VimActionFn
Unofficial
Implements an action — a command that does its own work rather than waiting for a motion to give it a range.
Import:
import type { VimActionFn } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface VimActionFn