gchp / iota

A terminal-based text editor written in Rust
MIT License
1.62k stars 80 forks source link

Simple page up/down implementation #155

Open fedel opened 4 years ago

fedel commented 4 years ago

Hi,

This PR adds a simple page up and page down implementation. At the moment forward or backward 12 lines (a half of 24 lines in standard old consoles).

PD: Maybe a better feature will be moving a Kind::Paragraph? Please let me know.