0.0
No release in over 3 years
Low commit activity in last 3 years
vi-like text editor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.2.4
 Project Readme

vice

Build Status Coverage Status Gem Version

vice (visual code editor) 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. For an example, please look at the example .vicerc files in this repository.

Development

Running: rake.

Tests: rake test.

Style: rake style.