No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeremy Soller 43feb1333b Merge branch 'improve_q' into 'master'
change quit policy and add force quit

See merge request redox-os/sodium!95
2024-12-03 21:44:08 +00:00
src change quit policy and add force quit 2024-12-03 22:57:32 +03:30
.gitignore Make orbital a feature 2015-12-30 15:59:09 +01:00
.travis.yml Enable orbital features in travis.yml 2016-02-10 21:21:44 -07:00
Cargo.toml Update orbclient 2017-05-03 22:08:30 -06:00
help.txt fixing mixup of h and l movement 2016-06-05 17:12:18 -04:00
icon.png Add icon, manifest 2017-01-09 16:37:21 -07:00
LICENSE Add LICENSE, remove ANSI stuff in favor of libterm 2016-03-08 09:29:30 +01:00
manifest Move binary to /usr/bin 2024-01-18 14:01:50 -07:00
README.md Fix Sodum logo in README 2017-09-15 12:48:10 -04:00
TODO.md Fix a panic when using 'dL' or 'dG' 2017-09-21 22:29:03 +02:00

Sodium: Vim 2.0

Sodium is an editor inspired by Vim (but not a clone). It aims to be efficient, fast, and productive.

Travis Build Status

Library Requirements

Sodium requires the sdl2 library in order to build. To install on Ubuntu, use the following command: sudo apt-get install libsdl2-dev

Build

Use cargo run --features orbital in order to build the program.