Skip to main content


I might have asked this before,... but is there a #ratatui widget that I can use to open `$EDITOR` inside my TUI app?

👀 @orhun

in reply to musicmatze

hey!

- docs.rs/tui-term/latest/tui_te…
- crates.io/crates/ratatui-texta…

in reply to Orhun Parmaksız 👾

yeah, ratatui-textarea would be my fallback... I tried to get it working with tui-term, but I don't know how to send key commands through to the embedded application (neovim in my test).
I think there should be a way 🤔