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

  • fum@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 hours ago

    I use the vi family of text editors in a CLI environment because it is part of the POSIX standard.

    Even if nano is the default, vi will be there too, and I can just use that. Plus, if you know some basic vi commands, then you can get by without nano, and you don’t need to know nano to use it for basic stuff as it shows you the key combos.