mathall / rim

Aspiring vim-like text editor
Mozilla Public License 2.0
602 stars 38 forks source link

Rim

Rim is an aspiring Vim-like text editor written in Rust.

Screenshot

Current state

Rim is in an early prototype stage. This means that you can load, edit and save files, and hopefully do so relatively comfortably if Vim is what you are used to. In particular some of the simpler commands for insertion and deletion as well as window and buffer navigation has been implemented and bound to the expected key strokes.

Try it out

Simply clone and cargo run.

Note: Some key bindings are for testing purposes only, and some may not work exactly as you would expect them to.

Window navigation

Buffer navigation

Insertion

Deletion

Misc / For testing until a proper command line is implemented