Coolcoder360
- 1 Post
- 8 Comments
Just switch to visual mode and select the text and yank it.
Press v where you want to start the selection from (switches to visual mode), hjkl (or arrow keys) to move the cursor to the end, then you can yank it from there. It’ll highlight what you’re selecting just like you’re using your mouse, but you’re using the keyboard.
If you want to get really fancy there are 3 different kinds of visual mode, but lower case is the most often one that I use because it’s char by char, V is line by line, Ctrl+v is “block” (you can select chunks across several lines omitting things at the beginning or end of lines).
Ctrl+V to do the block mode is nice if you need to edit the same part of several lines that all line up vertically, you just Ctrl+v, jk to select the lines, then I (shift+i) to insert on all those lines (if you’re in vim you can delete things in insert mode also, if you’re in vi you’ll need to delete first then insert)
Coolcoder360@lemmy.worldto Linux@lemmy.ml•So now what distro are we running for LTS desktops?141·1 year agoAgree, also confused because Debian seemed to get security updates rather frequently when I’ve used it.
That’s like their whole thing, stable and security updates. I would be curious if there are examples of exploits that weren’t patched quickly on Debian stable.
Coolcoder360@lemmy.worldto Books@lemmy.ml•Im looking for a book about a girl with a magic eye on an air ship to catch magic only she can see3·1 year agoThis sounds like a good book to me, really hope you find it again as I know what it’s like to vaguely remember some show, movie, or book from years ago and not know what it was called or how to find it again.
Definitely would love to read it if you find it, that sounds like a great book.
Emoji are defined as part of Unicode, so they can be encoded alongside other text:
Coolcoder360@lemmy.worldto Memes@lemmy.ml•Try not to use slave labor challenge (Impossible!)6·2 years agoKroger is a grocery store chain in the US, I suspect they don’t operate in Germany but I might be wrong.
They basically are or own many different grocery store chains across most of the US.
Coolcoder360@lemmy.worldto Counter-Strike: Global Offensive@lemmy.ml•Error: VAC unable to verify your game session1·2 years agoHad that on Garuda, reboot, restarting steam, even booting into debian didn’t fix it. (Debian with totally different user directory and everything)
Then about a week later I put in a ticket with valve, was told to open a ticket on their GitHub for Linux, and before I could do that, the issue magically resolved itself. Very strange.
Coolcoder360@lemmy.worldto Linux@lemmy.ml•PSA: When people ask you "What distro should I use?", try pointing them here61·2 years agoJust install the DE you want on the distro you want… You aren’t limited in your DE by your selected distro, and you can have multiple installed. most of the time you have a drop down when you login that lets you pick your DE.
Worse than that, the issue the article states isn’t that it’s a flat pack, it’s that fedora is pushing their rebuilt flat pack of obs that’s buggy instead of the official obs one from flat hub that works, and then the obs project is getting bug reports for a third party distribution that’s broken.
Because fedora isn’t just pushing flat packs, they’re pushing made by fedora versions of them instead of the official builds from the maintainers.