Pretty sure most of you already know this but for those who don’t: you have two clipboards in Linux. One is the traditional clipboard where you copy with control c and paste with control v. The other one is when you highlight text and use the mouse middle click to paste text.

More details here.

10 points

And then there is the “clipboard” (copy paste function) in the nano text editor being a third

permalink
report
reply
18 points

Vim also has it’s own clipboard

permalink
report
parent
reply
10 points

You can also configure vim to use the first clipboard (works with nvim but never tested on vim).

permalink
report
parent
reply
8 points

works with vim but never tested on vi

permalink
report
parent
reply
2 points

Annoyingly so, how can one disable it?

permalink
report
parent
reply
2 points
set clipboard=unnamedplus
permalink
report
parent
reply
4 points

Vim has a ton of clipboards and I still couldn’t figure them out.

permalink
report
parent
reply
48 points

Btw it makes using other OSs painful when you are used to it…

permalink
report
reply
15 points

Neat, he?

It’s a pain when you switch between Windows and Linux all the time and you can’t do the middle click in Windows.

permalink
report
reply
16 points

Tbf, lots of things in Windows are a pain when you’re used to Linux.

Correction: Lots more things are a pain…

permalink
report
parent
reply
4 points

Just simply…At least in Cinnamon, I can mouse over the audio icon on the panel and roll the scroll wheel to change the volume. Last time I tried it on Windows, you had to click the icon first. While that alone doesn’t sound like much, the whole OS is like that, needing extra little interactions for basically everything. Now that I’m used to using Cinnamon, using Windows feels like walking in beach sand.

permalink
report
parent
reply
1 point

I believe they added this in windows recently. Otherwise I absolutely agree though.

permalink
report
parent
reply
12 points

But on the other hand, many things that you take for granted on Windows are a pain on Linux. For example, if you want to see advertisements, you can’t just open the Start menu.

permalink
report
parent
reply
5 points
*

On my arch install with hyperland, clip boards have been by far the hardest thing to setup. I finally got a basic clipboard manger working using clipman and wofi. But tbh I don’t really understand how that’s working.

My main issues though have been trying to copy from one with vim open to other terminal with vim. Copying from vim elsewhere using y(yank) works fine. Copying elsewhere into vim works great. But vim to vim will not work for me.

Also trying to find a way to make copying text out of a terminal running tmux not so overly complex and tedious.

permalink
report
reply
3 points

For copying from Tmux, I recommend tmux-yank. There are also multiple plugins allowing you to copy predefined set of text types (IP adresses, URLs, etc…). I’m currently using tmux-thumbs. Note that you have to set custom command in tmux-thums to actually copy the text to xclip or whatever you are using. example in my dotfiles

permalink
report
parent
reply
2 points

I have tmux-thumbs, but only been able to use it a few times. Apparently most of what I need to copy is not ip’s and URLs. But this tmux-yank looks like what I’m looking for. I’ll give it a try. Thanks.

permalink
report
parent
reply
31 points

Not going to lie, I hate the middle click clipboard and disable it ASAP. I really dislike the idea that it copies things without my explicit permission.

permalink
report
reply
26 points

It’s one of the things that I hated at first when moving from Windows, but then I got so used to it I just can’t live without it. Whenever I use Windows, I would try to quickly copypaste text using selection, doing so for 5-10 seconds, until I realise this is not a thing on this OS.

permalink
report
parent
reply
17 points

Ditto. And sometimes I use both the Ctrl+C and middle-click clipboards at the same time, when I want to copy two chunks of text. Like this:

  • Select chunk A, press Ctrl+C
  • Select chunk B
  • Shift window
  • Paste chunk B through middle-click
  • Paste chunk A through Ctrl+V
permalink
report
parent
reply
5 points

Windows and KDE Plasma both have CMD + V to show a list of all things that have been copied. So I always just do Ctrl + C, Ctrl + C, Ctrl + V, CMD + V -> down arrow -> enter. Though on KDE Plasma you will need another Ctrl + V to actually do the pasting after you have selected the value to paste, whereas on Windows selecting the value also pastes it. But the workflows are very similar.

permalink
report
parent
reply
12 points

Lol I have gotten so used to it that I can barely use web terminals that don’t support it

permalink
report
parent
reply
49 points

I don’t believe anything is actually copied until you request it to be pasted. The clipboards in Linux mark where the data is, and don’t actually initiate a copy until there’s a destination.

https://wiki.archlinux.org/title/clipboard

permalink
report
parent
reply
10 points

Yes. You can test this by selecting something, closing that window and attempting to paste. It won’t work. Closing the window removes the information about what was highlighted, so there is nothing to paste. If it were to copy upon selection you’d still be able to paste.

permalink
report
parent
reply
4 points

I actually like the feature but could you explain how you disabled it? I’ve tried to merge all three clipboards into one a few years ago and couldn’t make it work

permalink
report
parent
reply
3 points

KDE has the option to disable middle click paste, so I do that. Out of sight, out of mind

permalink
report
parent
reply
1 point

Whenever I use a touchpad without physical buttons, I usually disable the middle button entirely. It’s more of a hammer-to-mosquito solution than what you were asking, but it’s as easy as adding this command to the autostart file (on Xorg): xinput set-button-map "Name-of-your-Touchpad-goes-here" 1 0 3 4 5 6 7, where “Name-of-your-Touchpad-goes-here” can be found with xinput list --name-only.

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

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

Community stats

  • 7.5K

    Monthly active users

  • 6.6K

    Posts

  • 179K

    Comments