this post was submitted on 05 Oct 2023
130 points (97.1% liked)

Linux

47690 readers
1234 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

Edwin

Edwin an Emacs-like editor programmed by some of the guys who maintain the MIT-Scheme programming language, which is (I think) the original implementation of the Scheme programming language developed by Gerald J. Sussman and Guy Steele (or a predecessor of it). To this day, MIT-Scheme continues to be one of the fastest Scheme implementations, producing extremely efficient binaries for a high-level language.

It is Emacs-like in nature, except instead of scripting it in Emacs Lisp, you use Scheme. Unlike Emacs, there are very few extensions available for it, so no Org-Mode, no Magit, no nice themes. The GUI version of it is so antiquated, it uses its own widget toolkit that is similar to the Athena Widget Toolkit.

Although I use Emacs for everything, I still love Edwin just because I like Scheme as a language better than Emacs Lisp. I wish I had more free time, I would like to help modernize Edwin. Although at this point it would probably easier to write a whole new Emacs-like editor using Guile Scheme instead, since there is a very active user community around Guile Scheme, especially among the Guix OS clique.

[–] [email protected] 4 points 1 year ago

Mousepad is my daily driver for all my quick notes

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)
  • vis
    vim/nvim was bloated 4 my use case, but ví wasn't enough. I like minimal and suck less.
load more comments (1 replies)
[–] [email protected] 3 points 1 year ago

I wish gnome-builder had a better vim-mode, I would use it more often over VSCode.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Haven't seen anyone mention the Zed Text Editor yet. It's only available on MacOS as of now, but I've tried it out a bit and once it's more mature (and available on other OSes), I might switch over from Sublime Text. It's got a similar speed as Sublime, but with LSP, vim emulation and collaboration features built in, whereas in Sublime I need to install packages to achieve the same. Also made by the same people who originally made Atom and Treesitter.

I also want to mention Onivim. Unfortunately, development has stopped, so it's not really a viable option anymore, but I loved the idea. The idea was to make a vscode/vim hybrid. To that extend, it's written in Reason which allowed them to support vscode extensions, thus they didn't have to create their own extension ecosystem, while still being faster than electron. As for the vim part, the entire editor could be controlled with a keyboard. They had a global shortcut to go into a "UI move mode" so to say, which allowed you to go to every single piece of UI you had on screen. Thus they were able to copy the vscode UI, but still be keyboard-only. It was a surprisingly effective idea, so I hope some people can revive it someday.

[–] [email protected] 3 points 1 year ago (1 children)

Linux:

  • Kate
  • Xed

Windows:

  • Kate
  • Notepad
  • Notepad++
[–] [email protected] 2 points 1 year ago (5 children)
load more comments (5 replies)
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Joe - just for quick edits on a text file

[–] [email protected] 2 points 1 year ago

For terminal; micro is nano but sane and easier to use.

For GUI; Kate is so incredible at any task I need. Note taking, to scripting, to planning out a small post online, it does the work easily.

[–] [email protected] 2 points 1 year ago (1 children)

I'm using ed for small edits when I know exactly that only a certain line needs to be deleted, or a word changed.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›