96
Plan for Windows 10 EOL and discounted old laptops
(piefed.world)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I bought a second-hand laptop to in an attempt to capitalize on this, but it came with Windows 11 installed anyway.
It was cheap ($300 AUD) and it meets my needs (except for STUPID LENOVO SWAPPING THE CTRL AND FN KEYS LIKE WTF LENOVO SERIOUSLY EVEN IF I SWAP THEM BACK IN THE BIOS THE LINUX TERMINAL STILL HAS THEM SWAPPED) so I'm satisfied.
try assigning ctrl to caps lock. on terminal
setxkbmap -option caps:ctrl_modifier
That wouldn't fix the issue of muscle memory, although now that I think of it maybe the issue is that I don't even need the control key to cycle through my command history and the reason it works in reverse is because of that.
hmm. do you mean ctrl+r?
btw which machine do you have? fn-ctrl swap from bios seems to work fine for all thinkpads i have.
I meant ctrl + up arrow. Which is what I usually do to cycle through commands. I had forgotten that I tried doing that without the ctrl (fn) key and it worked.