• 2 Posts
  • 387 Comments
Joined 2 years ago
cake
Cake day: August 25th, 2024

help-circle




  • JustAnotherKay@lemmy.worldtoMemes@lemmy.mlFounding Pedos
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 months ago

    No they didn’t. In fact, the more or less said the opposite. They corrected American to usian, and said not to lump them in with them.

    This implies that they are American (from one of the continents North or South America) but not from the United States (usian).








  • Honestly just memorize the fundamental ones and google everything else you need on the fly. You’ll naturally memorize the ones you use often.

    I’ve used VIM for nearly 5 years and the only keybinds I have memorized are ‘a’ (append right here) ‘A’ (append to end of line) ‘i’ (insert right here) and I use the arrows to navigate instead of the letters. The only incantation I have memorized is %s/text to replace/text to replace with/g (find and replace through entire file. Remove the /g to find and replace only the next instance).

    Once you have those, you can basically do anything that you’re capable of in a normal editor. If you need to do something beyond that, search “how to x in vim” and click the first stack overflow link that comes up, hasn’t failed me yet