Alternatives to Textadept
A fast, minimalist programmer's text editor that can be scripted and extended with Lua. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Textadept
A fast, minimalist programmer's text editor that can be scripted and extended with Lua.
Replacements
Listings that take over the same core job as Textadept.
Lite XL
Edit text and code in a lightweight Lua-based editor.
Lite XL is also a lightweight Lua-extensible editor under the MIT license, without Textadept's terminal interface.
CudaText
A fast, cross-platform open-source code editor written in Object Pascal and extensible with Python.
CudaText is a fast cross-platform open-source editor extended with Python instead of Lua, with over 300 syntax lexers.
Geany
A small, fast IDE built on GTK that starts instantly and does not depend on a heavy desktop environment.
Geany is a small GTK-based IDE with a configurable build command and plugin interface, extended through plugins rather than Lua scripting.
Sublime Text
A fast native editor for code and prose, paid for but with an evaluation that never stops working.
Sublime Text is a fast native editor with strong multiple cursors, but it is paid, closed source and extended through Python packages.
micro
A terminal editor with the keybindings you already know: Ctrl-S to save, Ctrl-C to copy, Ctrl-Z to undo.
micro is a terminal editor with common keybindings and a single static binary, with a small plugin ecosystem and no graphical interface.
vis
A modal, vi-like terminal text editor built around Plan 9's structural regular expressions.
vis is a terminal editor with Lua scripting and structural regular expressions, but it uses vi-style modal editing and runs in the terminal only.
Neovim
A modern rewrite of Vim with a built-in language server client, Lua configuration and an embeddable API.
Neovim is a Lua-configured terminal editor with a built-in LSP client, adding modal editing and a much larger plugin ecosystem.
Zed
A Rust editor from the people who built Atom, written for speed and for two people editing one file.
Zed is a GPU-rendered Rust editor with built-in language servers and AI features, unlike Textadept which makes no network connections.
Also worth comparing
These listings name Textadept as their own alternative, so the relationship runs both ways.
Kakoune
A modal terminal code editor where multiple selections are the main way of editing.
Textadept offers terminal and graphical interfaces with Lua scripting and no network connections, but uses conventional editing instead of multiple selections as the core model.
Similar software
Related functionality, not a direct replacement.
Helix
A modal terminal editor with language servers and multiple selections built in, and no plugins to install.
jEdit
A mature, plugin-driven programmer's text editor written in Java for many operating systems.
Kate
KDE's text editor: syntax highlighting for over 400 languages, split views, multi-cursor editing and an embedded terminal.