← All plugins

Vim

Tools@edv4h/usketch-plugin-tool-vim

Adds Vim-like keyboard operation via an XState 5 state machine.

pnpm add @edv4h/usketch-plugin-tool-vim

Overview

Vim is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { ToolVimPlugin } from "@edv4h/usketch-plugin-tool-vim";

const app = createApp({
  plugins: [
    ToolVimPlugin,
  ],
});

Links