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

  • 00xide@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    8 hours ago

    neovim through nvf on NixOS. I’m not even a power user, I just had a shit mouse in college and didn’t want to use it and now I’m hundreds of lines of Lua too deep to go back. This is my life now.

  • CodeAssembler@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    17 hours ago

    Mostly Neovim and Nano. Tried out ed in the UNIX4 tape that got recovered, was strange but fun to see where sed, grep and other commands got their name from.

    GUI is still good old Sublime Text, but I almost completely switched to terminal based editors, I guess because of the nice work flow.

  • Dessalines@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    19 hours ago

    Was staunchly team vim for 15 years, but now I’m on helix. As another user stated below, its like if vim were re-designed today, and without needing any addons to be a code-aware editor.

  • spacetff@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    nano, vi, geany, kate…

    I prefer nano - simple to use & always available. I manage remote systems often from my mobile using termius: config file editing, writing simple scripts for some analysis/automation tasks and recording task notes and status. Using a tablet I might use vi but generally prefer nano.

  • IrritableOcelot@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    My first experience with *nix was a professor leading me into a server room though two biometric locks and setting up the config files for a compute cluster faster than I would have been able to open the files.

    He was using Vim, and though it took me a while to learn, the sheer speed with which he was able to get us out of that unbelievably noisy server room sold me for life.

    Well, I use vim for text edits and nvim+extensions for an IDE. As close to a vim purist as is reasonable. But frankly, it’s the first one you learn to use well.

  • 9488fcea02a9@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 day ago

    Been using linux full time for 10 years. I do almost all of my system admin stuff in the terminal (my desktop, laptop, home server with a few containers). But i cant for the life of me figure out vim (like i know how, but it just doesnt click for me or feel natural)… i tried a bunch of times and will keep trying… but until then, its (shamefully) nano for me