From 2a0d2fea52071fc9dbbb715edcddbb6610837c17 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 15 Oct 2025 21:10:22 +0200 Subject: [PATCH] sync with readme --- content/index.smd | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/index.smd b/content/index.smd index 44d6664..9dfdc43 100644 --- a/content/index.smd +++ b/content/index.smd @@ -14,6 +14,7 @@ Flow Control is under active development, but very stable. ## 🚀 Features + - **Lightning Fast** TUI with ≤6ms frame times, **low latency** input handling and smooth **animated scrolling** - Intuitive UI with **tabs**, **scrollbars** and **palettes** with full @@ -32,12 +33,15 @@ Flow Control is under active development, but very stable. - User created - Hybrid rope/piece-table buffer system, edit **very large files** with **thousands of cursors** +- Infinite **undo** (at least until you run out of ram) - Full **unicode** support, including support for the kitty text sizing protocol +- Plenty of **themes** included and support for vscode themes via the flow-themes project - Runs on **Linux, FreeBSD, MacOS, Windows and Android** (under termux) with easy **cross-compilation** to all supported targets ## Requirements + - A modern terminal with **24bit color** and, ideally, **kitty keyboard protocol** support. **Kitty**, **Foot** and **Ghostty** are the recommended terminals at this time. **Zellij** also works well. Most other terminals will @@ -50,12 +54,14 @@ Flow Control is under active development, but very stable. See our [devlog](/devlog/2025) for on-going updates from the development team. -**In Development**: +### In Development + - LSP completion support - Persistent undo/redo - File watcher integration -**Future**: +### Future + - Collaborative editing - Plugin system - Multi-terminal sessions