Skip to content
Snippets Groups Projects
Forked from redox-os / sodium
36 commits behind the upstream repository.
user avatar
Daan Planken authored
Completely prevents the cursor from walking offscreen.
Also fixes several crashes when pressing 'z'. I still don't
understand how those are supposed to work anyway, but allowing
the cursor to go offscreen is never a good idea.
14c9dd88
History

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.