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.
- Host: GitHub
- URL: https://github.com/akikareha/micro-vi-plugin
- Owner: akikareha
- License: mit
- Created: 2025-08-06T12:03:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T00:37:40.000Z (10 months ago)
- Last Synced: 2025-08-25T03:23:59.371Z (10 months ago)
- Topics: micro, micro-editor, micro-plugin, plugin, terminal, text-editor, vi, vim
- Language: Lua
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)