A simple, vim-inspired terminal text editor built with Rust.

rust terminal text-editor tui
1 Open Issue Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in the Oxid text editor's scrolling functionality where using Ctrl+d might leave the cursor beyond the end of a line. The solution involves modifying the scrolling function to check line boundaries and adjust the cursor position to the end of the line if necessary.

Complexity: 2/5
bug good first issue core

A simple, vim-inspired terminal text editor built with Rust.

Rust
#rust#terminal#text-editor#tui