An open API service indexing awesome lists of open source software.

https://github.com/akikareha/micro-vi-plugin

A micro text editor plugin that provides a simple vi-style modal editing mode.
https://github.com/akikareha/micro-vi-plugin

micro micro-editor micro-plugin plugin terminal text-editor vi vim

Last synced: 9 months ago
JSON representation

A micro text editor plugin that provides a simple vi-style modal editing mode.

Awesome Lists containing this project

README

          

# vi Plugin for Micro

**vi** is a plugin for the
[micro](https://micro-editor.github.io/) text editor that provides a simple
vi-style modal editing mode.

See [help/vi.md](help/vi.md) and [help/vicommands.md](help/vicommands.md) for
more details.

## Installation

Place the plugin folder in `~/.config/micro/plug/vi/`, or clone it directly
from the GitHub repository:

```sh
mkdir -p ~/.config/micro/plug
git clone https://github.com/akikareha/micro-vi-plugin ~/.config/micro/plug/vi
```

Alternatively, this plugin is also available through the unofficial plugin
channel:
https://github.com/akikareha/micro-unofficial-plugin-channel
You can install it by adding the channel and then using `plugin install`.

## License

MIT.

## Author

Aki Kareha (aki@kareha.org)