ted — Version history

3.2.5 — 2026 Aug 1

Downloads

3.2.4 — 2026 Jul 26

Fix composition being shown in non-active buffers.

Downloads

3.2.3 — 2026 Jul 20

3rd bugfix release in one day… such are the joys of upgrading to a new major library version

Downloads

3.2.2 — 2026 Jul 20

Downloads

3.2.1 — 2026 Jul 20

interestingly, this bug existed before, but it seems that it was only activated by the switch to SDL3

Downloads

3.2.0 — 2026 Jul 19

there were a number of changes needed to move to SDL3, so there may be bugs.

Downloads

3.1.9 — 2026 Jun 9

Downloads

3.1.8 — 2026 May 27

a little release which will hopefully fix the problem of "updating a header file but the source files still show outdated errors for a little while"

Downloads

3.1.7 — 2026 May 10

a couple of niceties:

Downloads

3.1.6 — 2026 Apr 22

a couple of little niceties in this update:

Downloads

3.1.5 — 2026 Apr 18

just another bugfix update

Downloads

3.1.4 — 2026 Apr 7

Fix split view crash

Downloads

3.1.3 — 2026 Apr 5

some improvements to the file finder:

Downloads

3.1.2 — 2026 Apr 1

I did promise there would be bugs in the file finder!

Downloads

3.1.1 — 2026 Mar 25

just a few small things:

Downloads

3.1.0 — 2026 Mar 24

this release has a feature I'm really happy about: a project-wide file searcher (for people who aren't crazy enough to put all the files in a single directory like me :P). default key binding is ctrl+shift+O (:filefinder-open), and by default it uses git ls-files to find the files, but you can configure that with the filefinder-command setting. you can also use ctrl+shift+I (:filefinder-reindex) to re-generate the list of files if you add or remove any. right now the file indexes aren't ever deleted, so they could in theory clog up memory if you have a ton of large problems (seems unlikely, but who knows). if that happens or if you run into other weird problems (please report them!), you can run :filefinder-reset to clear all the indexes. this feature is definitely still in the "experimental" phase, so don't expect it to be flawless/bugless! also,

Downloads

3.0.3 — 2026 Feb 24

Downloads

3.0.2 — 2026 Feb 22

Downloads

3.0.1 — 2026 Feb 19

Just fixing a single bug because it's quite annoying. Oddly enough it has nothing to do with all of yesterday's changes.

Downloads

3.0.0 — 2026 Feb 18

perhaps this release doesn't justify a major version increase, but 2.10.0 is ugly, so why not?

Ctrl+b = `git blame "$TED_FILE" -L $TED_LINE,$TED_LINE` :shell

to get a git-blame for the line the cursor is on using the shortcut Ctrl+b.

a lot of code has changed, so there will likely be bugs/crashes! please report them by github issue or e-mail :)

Downloads

2.9.1 — 2025 Oct 24

Some small fixes to syntax highlighting:

Downloads

2.9.0 — 2025 Sep 30

ted now has support for LSP "code actions" (things like quick-fixing errors, extracting functions, etc.) — default key combination is Alt+Space. Some actions that appear in other editors might be missing in ted because the spec is deliberately unclear on how to implement them properly.* Also some bug fixes/small improvements:

*Their idea, I guess, is that if you maintain a language server, you must also maintain all the plug-ins for every single editor

Downloads

2.8.4 — 2025 Sep 28

Keep cursor pos on reload, other small improvements Some small improvements:

2.8.3 — 2025 Sep 1

Relatively small release with a few improvements:

Downloads

2.8.2 — 2025 Jun 27

A bugfix release

Downloads

2.8.1 — 2025 Jun 16

Downloads

2.8.0 — 2025 Jun 12

A relatively small update:

Downloads

2.7.8 — 2025 Mar 23

This release fixes a bug where ted would occasionally crash when closing a tab (due to a stale settings pointer).

Downloads

2.7.7 — 2025 Mar 5

Some small things:

Downloads

2.7.6 — 2024 Dec 8

Downloads

2.7.5 — 2024 Dec 7

Downloads

2.7.4 — 2024 Sep 8

it's another bugfix release

Downloads

2.7.3 — 2024 Sep 8

Downloads

2.7.2 — 2024 Jul 17

Very minor release:

Downloads

2.7.1 — 2024 Feb 13

just a minor release!

Downloads

2.7.0 — 2023 Oct 19

overhauled a lot of ted's config code. so now ted has editorconfig support, and support for local .ted.cfg files. also, path-specific settings now use regular expressions which can be nice, but might break your config if any paths mentioned in it contain any of the characters \^.$|()[]*+?{}- (these need to be escaped with a backslash now)

minor features:

bug fixes:

there may be new bugs!! please report them if you find any.

Downloads

2.6.2 — 2023 Sep 24

small improvements:

Downloads

2.6.1 — 2023 Sep 14

as promised, there were some bugs in the last release! so here are some bugfixes:

performance improvement:

Downloads

2.6 — 2023 Sep 10

new features:

bug fixes:

this is a pretty big release, so again there may be bugs!

Downloads

2.5.1 — 2023 Aug 26

fixing some bugs:

Downloads

2.5 — 2023 Aug 15

new features:

small things:

also a lot of code has been changed behind the scenes:

$ git diff --stat 2.4.3 2.5 | tail -n1
 55 files changed, 5003 insertions(+), 3231 deletions(-)

mostly cleaning up and preparing for plug-in support (not quite ready yet...)

so there might be some new bugs........

Downloads

2.4.3 — 2023 Aug 1

a boring bugfix release:

Downloads

2.4.2 — 2023 Jul 21

small fix: you can now use absolute paths in the font option. i thought that was possible before but it wasn't.

Downloads

2.4.1 — 2023 Jul 20

some fixes:

Downloads

2.4 — 2023 Jul 19

over the past few days i've completely changed how ted renders text.

a lot of code has been changed, so i wouldn't be surprised if there are bugs. if you do find any, please create an issue. :3

Downloads

2.3.4 — 2023 Jul 14

Downloads

2.3.3 — 2023 Jul 6

Small improvements:

Downloads

2.3.2 — 2023 Jun 17

some smallish bug fixes

Downloads

2.3.1 — 2023 May 22

fixed a very oops bug i just noticed recently:

and also some minor features:

Downloads

2.3 — 2023 May 11

ted now has a :matching-bracket command for going to the matching bracket. that's nice.

and some relatively small improvements:

2.2r1 — 2023 Mar 27

Small bug fix:

2.2 — 2023 Mar 23

for a while now, i've had to switch back to vim every once in a while because of its very good macro support. well now ted has macros! other than that, in this release:

2.1 — 2023 Mar 7

this release has a bunch of "things i;ve been meaning to get around to"

2.0 — 2023 Jan 11

this is the biggest ted release since 1.0! here's what's new in ted v. 2.0:

1.3r2 — 2022 Dec 7

1.3r1 — 2022 Nov 4

1.3 — 2022 Nov 3

a bunch of cool stuff in this release!

new features:

small fixes:

1.2r2 — 2022 Sep 30

new improvements and bugfixes:

1.2r1 — 2022 Aug 19

1.2 — 2022 Jul 29

Lots of bug fixes including:

Also new features:

1.1 — 2022 Jul 22

1.0r3 — 2022 Jul 7

Small improvements:

1.0r2 — 2022 Mar 26

Fixed some annoying bugs:

1.0r1 — 2022 Jan 1

Some little fixes:

1.0 — 2021 Apr 20

Finally, a stable version of ted! (Or at least, it's been stable for me)

0.8 — 2021 Mar 4

Autocomplete

0.7 — 2021 Mar 3

Restore session, command selector, :shell, big bug fixes

0.6 — 2021 Feb 28

Split-screen

0.5a — 2021 Feb 23

Several bugfixes, go to line

0.5 — 2021 Feb 22

Go to definition

0.4 — 2021 Feb 18

:build

0.3a — 2021 Feb 14

Find+replace bug fixes, view-only mode

0.3 — 2021 Feb 11

Find+replace, highlight matching parentheses, indent/dedent selection

0.2 — 2021 Feb 5

Line numbers, check if file changed by another program

0.1 — 2021 Feb 3

Syntax highlighting

0.0 — 2021 Jan 31

Very basic editor