this post was submitted on 14 Oct 2023
216 points (93.2% liked)

Linux

47314 readers
604 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
 

can I get a W in the chat????

EDIT rip inbox lmao

you are viewing a single comment's thread
view the rest of the comments
[–] PlexSheep@feddit.de 20 points 11 months ago (2 children)
[–] al177@lemmy.sdf.org 1 points 11 months ago (1 children)
[–] PlexSheep@feddit.de 1 points 11 months ago (1 children)

What is ^[ here? Do you literally type that I to the keyboard? Or is it the ANSI escape sequence for Ctrl or something.

I hate whenever I see something binded to the square braces, does not work properly for qwerty or is at least impractical.

[–] al177@lemmy.sdf.org 2 points 11 months ago* (last edited 11 months ago)

Ctrl-[ is escape in ASCII (not specifically ANSI/VT100/etc), and Ctrl is sometimes abbreviated as ^.

I don't know the exact history of why this is a thing that comes up with vi often. My guess is that ESC on the ADM-3a terminal that vi originally targeted influenced it. On ADM-3a, ESC is where tab is on a PC-101 keyboard, a comfy key to hit while touch typing. When later terminals started to move ESC a couple of rows up it was more ergonomic to hit ctrl-[ instead.