Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 766 Bytes

File metadata and controls

31 lines (21 loc) · 766 Bytes

vi Plugin for Micro

vi is a plugin for the micro text editor that provides a simple vi-style modal editing mode.

See help/vi.md and help/vicommands.md for more details.

Installation

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

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

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

License

MIT.

Author

Aki Kareha (aki@kareha.org)