First time when you ssh into your Linux terminal and you gotta “sudo crontab -e” or something and it’s like “what editor do you want to use?” and nano sounds lame so you choose vim cause the sound is cool when you say it and then you have to wipe the whole comp and start over

  • thews@lemmy.world
    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.