• 1 Post
  • 94 Comments
Joined 11 months ago
cake
Cake day: August 5th, 2023

help-circle
















  • Honestly if you don’t use vim motions in your ide of choice, you’re missing out big time. Being able to do things like “Delete everything inside these parentheses”. di( or “wrap this line and the two lines below in a pair of {}” ys2j{ , or “swap this parameter with the next one” cxia]a. with a single shortcut is game changing.

    I read things like this and feel like I do a different type of coding than everyone else does. I’m not generating code at this speed.