RsvimCmd
The Rsvim.cmd
global object for ex commands.
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
const cmd = Rsvim.cmd;
Methods
echo()
echo(message): void;
Echo message to the command-line.
Parameters
Parameter | Type |
---|---|
|
|
Returns
void
Example
Rsvim.cmd.echo("Hello Rsvim!");