• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle


  • 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)









  • Counter strike 2, released recently and runs on Linux, I can’t say that the people you’ll meet on that will be that great all the time, but you may be able to meet people there.

    You might also be able to meet people in RuneScape or old school RuneScape, or other MMO type games, usually they have clan features where you can join a group of players.

    Not sure if it’s still busy with players but kingdom of loathing also at least used to have players you could chat with live, and could join a clan or something like that in there.









  • I’ve used arch for 7-8 years. I’m currently using Garuda for gaming, on year 2 or 3.

    My recommendation is that if arch is working for you just fine, then don’t bother switching. I only switched because I had a breakage and it seemed time to switch (only 2 significant breakages in those 7or 8 years)

    If you hadn’t started with arch I would in fact recommend Garuda first because the initial setup is much more hands free, start it and install stuff and it just works. Also Garuda comes preconfigured with an AUR setup and installers for that and for the glorious egg roll proton.

    That is all crap you can simply set up yourself on arch, so there’s no need for you to switch, if you’re fine with the arch and slightly more manual configuration then you’re all set with arch and have no real reason to change that.