Changing from a distro that defaults to nano to another that defaults to vim… What to do other than installing nano and changing visudo?

  • SayCyberOnceMore@feddit.uk
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 hour ago

    Just echo text to create a new file or use sed and awk to edit an existing file.

    In reality, I use nano for edits and vimdiff for comparing files (usually a .pacnew after an update on a headless device)