add G motion and up/down/left/right

This commit is contained in:
alice pellerin
2026-03-17 02:36:08 -05:00
parent 67dc63acec
commit 1d348ca5f8
3 changed files with 58 additions and 21 deletions
+10
View File
@@ -13,6 +13,16 @@ const BYTES_PER_LINE: usize = 0x10;
const BYTES_PER_CHUNK: usize = 4;
const CHUNKS_PER_LINE: usize = BYTES_PER_LINE / BYTES_PER_CHUNK;
// TODO:
// - modes
// - g/v/z
// - modifications
// - insert/append
// - replace
// - replace-and-keep-going
// - delete
// - change
fn main() {
let mut app = App::init();
let mut terminal = ratatui::init();