Live data from Hacker News

TextEditors.org – A website about every known software Text Editor

texteditors.org

31–34 of 34 posts

Re: TextEditors.org – A website about every known software Text Editor

#31
post #30

Earlier quoted context omitted.

My own interpretation here would be most of those programmers wrote a lot of code from scratch, without a ton of library support. When I think of most of the innovations that came later to text editors, I mainly think of features that make it easier to leverage massive amounts of code written by other people in a collaborative environment. E.g., linters, LSP, autocomplete, version control integration. Also, perhaps u…

Those are fair points. What window management features are the most important to you on your job?

I like the way Emacs/Vim handle window management which work the same in the ways that matter to me:

- Tabs contain splits (as opposed to splits containing tabs like VS Code). This is important because you can "save your place" with several related places in files and be able to perform a complex subtask in a new tab, and then return to where you were in the original tab

- A split can contain any file, or a directory listing (more details in on this http://vimcasts.org/blog/2013/01/oil-and-vinegar-split-windo...). This makes it easy and intuitive to precisely place a file in a specific split, and it also makes it easy to "jump to definition" within a split without opening a new tab/split, which is disruptive.

Re: TextEditors.org – A website about every known software Text Editor

#32
post #23
post #10

Vi and Vim seem a bit under-represented PG uses vi - https://news.ycombinator.com/item?id=14573802 Roberto Ierusalimschy, creator of Lua, uses vim - https://usesthis.com/interviews/roberto.ierusalimschy/ Chris Wellons uses vim - https://usesthis.com/interviews/chris.wellons/ Drew DeVault uses vim - https://usesthis.com/interviews/drew.devault/ Derek Sivers uses vim - https://sive.rs/2011-12-usesthis Other vim users -…

I have never encountered anyone using Vim in any professional environment I've been in.

Infrastructure engineer here, but have worn many hats so far. Started using Vim writing web SPA applications, still using it as my main driver for all writing; which is mostly go, shell and terraform.

Re: TextEditors.org – A website about every known software Text Editor

#33

"Kuned" missing. Full name "Kunnallistiedon Editori". From 1973, perhaps. For PDP-11 and CP/M. It mostly solved issues regarding "ÄÖÅ"-characters on anglo-made TTY and video terminals. Most functions were the same as in Wordstar. -- In 1972, 300 municipalities in Finland founded common datacenter named "Kunnallistieto".

[deleted]

Re: TextEditors.org – A website about every known software Text Editor

#34
post #30

Earlier quoted context omitted.

Those are fair points. What window management features are the most important to you on your job?

I like the way Emacs/Vim handle window management which work the same in the ways that matter to me: - Tabs contain splits (as opposed to splits containing tabs like VS Code). This is important because you can "save your place" with several related places in files and be able to perform a complex subtask in a new tab, and then return to where you were in the original tab - A split can contain any file, or a directory…

> Tabs contain splits (as opposed to splits containing tabs like VS Code).

Emacs allows for both (tab-bar-mode vs tab-line-mode).

Post reply on HN