this post was submitted on 25 Dec 2023
658 points (100.0% liked)
196
16449 readers
2054 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.