• 0 Posts
  • 660 Comments
Joined 8 months ago
cake
Cake day: March 18th, 2024

help-circle










  • I’ve never actually been on a vacation, so maybe my view of what constitutes luxury isn’t the norm… Yeah without context I get that 100k+ is just a really good livable income.

    So I suppose it depends how long they’ve had it and if they have generational wealth. Like I’ve earned 100k but I’m the only one in my family to do so, so I spend most of it working down debt, and supporting family.

    I get that there are richer people. But of my personal experience, it seems like people that don’t have that kind of reverse inheritance of poor roots get to live such carefree lives.

    While still being working class ofc





  • Just get used to

    • using movement (hjkl),
    • going between insert and normal modes (i and esc),
    • undoing (u from normal mode),
    • and saving (:w and :wq).

    Don’t try to do it all at first, just get comfortable with the essentials. You can even just stay in insert mode (the only mode in most editors) at first.

    Keep a vim basics cheat sheet handy for a couple weeks as you’re building in muscle memory, then slowly work in more advanced techniques and combinations.

    It doesn’t take long before you start having a lot of fun just manipulating text.

    PS here’s a decently basic cheat sheet I found: image describing basic vim keyboard bindings and commands