• @calcopiritus
    link
    51 month 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
      link
      fedilink
      English
      41 month 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
        link
        41 month 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.