https://github.com/mxrnx/vice
vi-like editor
https://github.com/mxrnx/vice
code-editor editor ruby ruby-gem text text-editor texteditor vi vi-like vice vim
Last synced: about 1 month ago
JSON representation
vi-like editor
- Host: GitHub
- URL: https://github.com/mxrnx/vice
- Owner: mxrnx
- License: gpl-3.0
- Created: 2018-05-30T11:01:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T11:06:45.000Z (about 3 years ago)
- Last Synced: 2026-01-14T10:43:45.744Z (5 months ago)
- Topics: code-editor, editor, ruby, ruby-gem, text, text-editor, texteditor, vi, vi-like, vice, vim
- Language: Ruby
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vice
[](https://travis-ci.org/knarka/vice)
[](https://coveralls.io/github/knarka/vice?branch=master)
[](https://badge.fury.io/rb/vice-editor)
vice (**vi**sual **c**ode **e**ditor) is a small vi-like editor. It is currently still a work in progress.
## Installation
Simply running `gem install vice-editor` should be sufficient to install vice. You can then execute `vice` to start the editor.
## Configuration
vice can be configured by creating a file at `~/.vicerc`. Your `.vicerc` should be a YAML file containing keys and fitting values as found in [constants.rb](https://github.com/knarka/vice/blob/master/lib/vice/constants.rb#L2). For an example, please look at [the example .vicerc files](https://github.com/knarka/vice/blob/master/extras) in this repository.
## Development
Running: `rake`.
Tests: `rake test`.
Style: `rake style`.