this post was submitted on 29 Oct 2025
142 points (95.5% liked)
Linux
59379 readers
451 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What exactly? Shift-selection is already possible with Blesh. I think I've seen scripts for synchronizing buffer with clipboard. And everything else is a matter of redefining existing shortcuts.
I've heard about Linux being highly customizable and decentralized OS, and suddenly I can't define my own shortcuts because there is a list of un-features?
I don't care about Vi and Emacs, I already have my workflow and I'm trying to transfer it to Linux. When I will succeed, then (maybe) I will spend some time to explore other ways of interacting with terminal. Otherwise, it's not freedom, it's becoming a victim of OS.
You can customize it to do whatever you want. Heck, you can write your own terminal emulator that does exactly what you need. But some things can be harder to do than others and require skills and experience. Once someone implements those harder things, they become a "feature". Before then, therefore, they are an "un-feature". See https://xkcd.com/1349/
E.g. it is probably possible to set up your shell to use shift-selection for the command you're currently editing, but shift-selection for the output of a previous command will require terminal support. You will have to make sure that the two don't interfere with each other, which can be quite complicated.
Linux is a different OS that, by default, does things differently from others. You can configure it to emulate some other UX, but it won't necessarily be easy. In the meantime, you can install the
microeditor, setEDITOR=micro, and then Ctrl+x Ctrl+e in bash to edit the command in a more familiar setting.I'm fine, I got what I wanted. Apparently, it isn't un-feature of Linux, it's un-feature of ReadLine which is shipped with Bash.