• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle
  • thews@lemmy.worldto196@lemmy.blahaj.zonevimrule
    link
    fedilink
    arrow-up
    3
    ·
    6 months ago

    I learned them and basically never use vim.

    I use sed if i need to change things with a pattern, cat the file if i need to see the contents, use head or tail if its too much to fit on the screen.

    If I am writing code, I use a code editor. Emacs and vim can do a lot, but they can also fuck off.