Rsvim API
The Rsvim global object, it contains two groups:
- General APIs.
- Editor APIs.
Editor APIs
These APIs are specific for editor, such as buffers, windows, key mappings, etc.
| Class | Description |
|---|---|
The Example | |
The tip The "ex command" mostly describes the product function, i.e. when user types ":" in normal mode, user can move cursor to command-line and input commands. Rather than referring to the "ex commands" in Vim editor. Example | |
The Example |
General APIs
These APIs are general for common javascript-based runtime, similar to Deno APIs.
| Class | Description |
|---|---|
The Example |
Global Object
The global object.
| Class | Description |
|---|---|
The
Example |