Skip to main content
Version: Next

Rsvim APIs

The global namespace for Rsvim specific, non-standard runtime APIs.

See

Index

Editor APIs

These APIs are specific for Rsvim editors such as buffers, windows, key mappings, etc.

ClassDescription

RsvimOpt

The Rsvim.opt object for global editor options.

Example

// Create a variable alias to 'Rsvim.opt'.
const opt = Rsvim.opt;

Global Object

The global namespace.

ClassDescription

Rsvim

The Rsvim global object, it contains multiple sub fields:

  • Rsvim.opt: Global editor options.

Example

// Create a variable alias to 'Rsvim'.
const vim = Rsvim;