262
submitted 1 week ago by markstos@lemmy.world to c/linux@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] HiddenLayer555@lemmy.ml 14 points 5 days ago

Centre click is a godsend though. I recently had to start using Windows again and I keep instinctively hitting it.

[-] Zeoic@lemmy.world 4 points 5 days ago

One of the first things I had to disable when I switched to linux lol Middle click has so many other uses in windows that made it sooo jarring. Ctrl c and crtl v are good enough for me. (Or shift in terminals)

[-] brax@sh.itjust.works 3 points 5 days ago

Middle-click often works when ctrl+c/ctrl+v won't. It's also a separate buffer giving you the ability to have two different things copy/paste-able

[-] daggermoon@lemmy.world 19 points 6 days ago

Holy fucking shit. I just realized that's why Ctrl + C and Ctrl + V don't work in Micro. This has been eye opening.

[-] lefixxx@lemmy.world 4 points 5 days ago

I have been trying to bind ctrl c to copy in micro and alacrity, I can't find a way.

[-] daggermoon@lemmy.world 2 points 5 days ago

Always a pleasure to meet another Micro user.

[-] spv@lemmy.spv.sh 2 points 6 days ago

weird -- they work for me. ctrl+c sends SIGINT, and ctrl+v iirc isn't treated specially. i figured sending SIGINT with kill would then preform a copy, but it doesn't. fuck. now i have another puzzle...

[-] hexagonwin@lemmy.sdf.org 15 points 6 days ago

selection autocopy and wheel/shift ins pasting is superior to all alternatives imo

[-] piefood@feddit.online 2 points 5 days ago

I love it when I have a mouse. It's terrible on modern touchpads though :(

[-] hexagonwin@lemmy.sdf.org 2 points 5 days ago

fully agree. i usually sacrifice one of my less used keys and bind it as a left mouse click instead.

[-] Nibodhika@lemmy.world 5 points 5 days ago

sigh can't believe that no one mentioned that there is a default set of shortcuts that are used across all GNU programs, and it's been the default since way before Ctrl+C/Ctrl+V existed. You can easily copy/paste stuff in any terminal using the same keypresses you would on Emacs, I.e. Ctrl+space to start selection, Alt+W to copy and Ctrl+Y to paste. In fact you can navigate the entire line the same way, not just copy/pasting but moving back and forward, selecting and deleting stuff, e.g. Ctrl+A Ctrl+K cuts the entire line.

Unless you activate Vi mode (which most terminals support) and then you can use the same keypresses you would on Vi, including ci" and other cool stuff that's much more powerful that simple copy/paste.

There is a default, it's just not the same as word uses.

[-] markstos@lemmy.world 3 points 4 days ago

You describing a kill ring which is internal to the shell and not synced to the system clipboard. Nor does it work in GUI apps.

The benefit of universal bindings is not have to learn one method for GUI apps, another for terminals and a third for shells implementing the kill-ring like bindings.

[-] markstos@lemmy.world 20 points 6 days ago

My patch to add Copy/Paste keycode support to the Cosmic Terminal was merged!

https://github.com/pop-os/cosmic-term/pull/481

[-] daggermoon@lemmy.world 4 points 6 days ago

As someone who likes Rust but dislikes the look of COSMIC, are there plans to allow theming?

[-] markstos@lemmy.world 2 points 6 days ago

There are already settings to change some of the colors used.

For the terminal in particular there is an option to hide the menu bar, making it look as Foot or Alacritty do.

[-] HelloRoot@lemy.lol 19 points 6 days ago* (last edited 6 days ago)

I've been using ctrl+c for copy and ctrl+v for paste for over a decade in my linux terminal by remapping the interrupt to ctrl+x.

It's basic ergonomics and user friendliness.

I do it on all my personal devices and servers.

Nothing bad happened in those ~15 years that I've been doing that. What the fuck are you arguing about?

[-] DonutsRMeh@lemmy.world 5 points 6 days ago

I don't want copy paste buttons support, I want the caps lock delay to be fixed. Yes, I use the caps lock not shift, as my brain can't get used to using shift for caps. I'm so tired of typing like THis all the time. 😂 (I'm using a hack currently that helps, but it would be nice if it gets fixed on Linux in general).

[-] sping@lemmy.sdf.org 5 points 6 days ago

I use a key remapper to give me the readline keys everywhere. Though I've used XKeysnail and xremap and they're both a bit flakey, so if anyone has better recommendations that work on X11 and Wayland, I'm all ears.

load more comments (2 replies)
[-] folaht@lemmy.ml 2 points 6 days ago

I have a typematrix keyboard.

load more comments
view more: next ›
this post was submitted on 08 May 2025
262 points (100.0% liked)

Linux

54179 readers
549 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 6 years ago
MODERATORS