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.
Btw it makes using other OSs painful when you are used to it…
Ironically neither GNU nor Linux has a clipboard (well GNU Emacs probably has like 37 of them for some reason). “Primary selection” (the other clipboard that people don’t tell you about) started off on X11, which of course had to implement by XFree86, which became Xorg, and then it copied (ha ha) by other non-X-related software like gpm and toolkits like GTK when using Wayland.
Emacs’s regular clipboard is the “kill ring” which also allows you to retrieve any previously cut/copied text. It also has “registers” where you can store and retrieve snippets of text, which can be considered clipboards when used for this purpose. Registers can be referenced by any character you can type on your keyboard, including control characters like ^D.
This totals… a lot of clipboards.
I use auto scroll a lot, middle click paste is generally an immediate no for me.
How do middle-click-to-paste and middle-click-to-scroll conflict? In Firefox I can click-to-paste if the cursor is over an input field and click-to-scroll anywhere else. Never had any problem with this behavior.
How did you setup auto scroll? It doesn’t work for me.
You can’t in most apps but Firefox allows it. It requires an app to specifically enable the behavior instead. It’s terrible.
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.
Tbf, lots of things in Windows are a pain when you’re used to Linux.
Correction: Lots more things are a pain…
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.
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.
I believe they added this in windows recently. Otherwise I absolutely agree though.
I’ll admit the “last time I tried it on Windows” has been at least two major versions ago. I’ve never owned a computer with Windows 10 and never used a computer with Windows 11.
Oh, that explains why my steamdeck layout randomly pastes text when I’m trying to use a mmb shortcut on my dang browser
Is it possible to have have a Windows 10-like clipboard in Mint? Where you can copy multiple stuff with ctrl+c and then press super+v to have a dropdown of things that you copied with a possiblity to pin some of them?
https://gitlab.com/doertydoerk/clipman https://github.com/diodon-dev/diodon https://github.com/CristianHenzel/ClipIt https://github.com/hluk/CopyQ
And probably more. Anything than can be done in Windows was available in Linux 10 years earlier.
qlipper is the one I use the most
Ohhhhh!!! IT WORKS!
This will be so usefull in the future.
Yes and I hate it. Wish I could just turn off such nonsense.
You don’t have to use it…
Wow! TIL too, thanks!
This user, at least, has not touched a mouse in a decade. Young people do not even know what a mouse is.
It’s like a rat but cute, right??
btw do you know how to press Ctrl on my keyboard? I have already found the key of C, they’re all white and sound good, kind of like an organ, but I can’t see any Ctrl key. Also, do I need to press the entire key of C at once to copy? It’s gonna sound intense! But I haven’t learned using all 10 fingers yet for the keyboard. I only use two, so it will be hard to press them all at once while also pressing Ctrl once I find it! Is it one of those black keys? Actually I haven’t even heard about the key of V yet… So I can’t paste before I’ve learned a lot more! I’ve only learned A to D by now. And btw how do I compile in C#? Is keyboard really supposed to be so hard to use???
Clipboard managers often have an option to synchronize them. There are standalone tools as well, autocutsel for example.
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.
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
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.
This has been a thing for like ever. Throws me off a lot in Windows when I just want a temporary clipboard to search something and nothing comes up.
I think PowerShell abides by it, but that’s it.
I didn’t realize they were different. I always thought my copy failed and tried to use one copy with the other paste.
3 i use copyq with kde’s clipboard and the highlighting thingy.