this post was submitted on 29 Oct 2025
137 points (95.4% liked)
Linux
59475 readers
168 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
I will paste here my investigations. So far, I've tried only Blesh and zsh-shift-select, both in Gnome Terminal. Results are not satisfying: a lot of effort to get 60% of what you want and break 20% of what you had.
Possible solutions
Blesh
https://github.com/akinomyoga/ble.sh/wiki/Manual-%C2%A74-Editing
zsh-shift-select
cannot install package alacritty 0.16.1, it requires rustc 1.85.0 or newer, while the currently active rustc version is 1.75.0Fail. Will use Gnome Terminal instead.gnome-shell crashed with SIGSEGV..zshrcGnome Terminal + Powershell + PSReadLine
PSReadLine starts with EditMode = Emacs by default.
Set-PSReadLineOption -EditMode WindowsFixes Ctrl+arrows, Ctrl+backspace, Shift+Ctrl+arrows.D;D;D;❌Windows + conhost + Powershell Core
PSReadLine starts with EditMode = Windows by default.
I was able to test out what you’re looking for on macos and its default out of the box terminal does copy and pasting with command-c/x/v just like everywhere else in the os. I haven’t tested Unicode, but rich text and other marked up text types get copied with their formatting between editors that support it and as ansi characters when pasted into the terminal. Option (alt) arrow keys jump to the first letter of each “word” and control arrow keys don’t do what you want because at the os level they’re the keys for switching workspaces. Which is really nice and reminds me I need to set up my windows image to do this instead of uhh win-ctrl or whatever it is.
The default macos shell is zsh, so maybe with that shift-select extension you can get it the way you like.
Might be time to switch to a mac!
I’m really surprised that you couldn’t get alacritty working in Ubuntu, it’s been working fine on Debian stable for at least two major versions when installed through apt.
This is so cool. Unfortunately, macos isn't an option for me and never had been (for common reasons why people usually switch to linux).
I’m glad you got it set up how you were looking to! Wezterm is a new one for me.
Any particular recommendation?
Please keep at it! I've been looking for a while and I'm shocked how difficult such a seemingly simple thing is to get on Linux...
I've got what I wanted, but I'm a powershell user. For Bash, blesh looks very promising - it's functionally same component as PSReadLine which makes all this stuff possible in pwsh.