Skip to content

Commit

Permalink
Updated the description of the editor on the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AeriaVelocity committed Oct 10, 2024
1 parent 93e7700 commit 1d7e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>SYNOPSIS</h1>
<p>sued [file]</p>

<h1>DESCRIPTION</h1>
<p>sued is a vector-oriented line editor, kind of similar to the venerable and standard ed text editor, just with a different command syntax and set, to provide a unique editing experience.</p>
<p>sued is a stateless vector-oriented command-based text editor written in Rust, with focus on speed, simplicity, ease of use and staying the hell out of your way. It's inspired by more contemporary editors, such as the ed family (ed, em, ex, vi, Vim, Neovim, etc.).</p>
<p>To be clear, it's a text editor that works on Rust's <code>Vec</code> type. To be clearer, it's a text editor that works on lines and isn't graphical, like you're probably used to.</p>

<h1>SITE NAVIGATION</h1>
Expand Down

0 comments on commit 1d7e5ae

Please sign in to comment.