• calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    You can do that with vscode too. And probably many IDEs.

    The only real reason for which you would need to use vim in such cases is if the target computer can’t run the vscode server, which I’ve never encountered yet.

    • CubitOom@infosec.pub
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      I’m talking about not needing anything installed on the server though. Like you don’t need sudo. If the server has ssh then you can use Emacs to edit a file on it

      • calcopiritus@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        23 hours ago

        Don’t need sudo or anything pre installed for vscode either. It will send the server to the machine via SSH and then run it automagically.