• 0 Posts
  • 12 Comments
Joined 3 years ago
cake
Cake day: January 17th, 2022

help-circle





  • Because people ask for an IDE, rather than an editor, I will say :

    Vim + terminal(s) + containerization (e.g. Docker CLI, Python venv) + live reloading (e.g. nodemon or inotify or in the browser using e.g. server side events) + repository management (e.g. git in CLI to juggle between branches, push/pull local/remotely)

    IMHO this is very VERY light (0 wait even on a RPi Zero) and yet very flexible.

    Also most of that can be “saved” via e.g screen the CLI tool, allowing to have named windows in a terminal and a lot more than to e.g. screen -raAD, locally or remotely.







  • utopiah@lemmy.mltoLinux@lemmy.mlHow to quit VIM?
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    The trick is do the opposite, namely bring vim everywhere, e.g using Tridactyl you can bring some behaviors to the browser and, in this very textarea from lemmy, if I press Ctrl+i I get gvim, when I exit it, the content is back in the textarea and I can reply. Vim everywhere.