Long time lurker, probably one day I’ll make a step forward and publish something.

  • 2 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle



  • Probably I’m going to be downvoted as f*ck, but if it’s for HTML, CSS and JavaScript the most privacy respecting option could be vim or, with a pinch of salt, Notepad++ if you are on Windows. If you are learning grab a good reference book or website (I used w3school like 20 years ago) and break things. On a personal level, I never liked the “training wheels” that some editors force into you. But, could be that this isn’t a quite popular opinion 😅

    Edit: some fat-finger typos










  • Probably somebody can provide a better answer, but for me tmux is useful due that it has session manager (really useful if your remote connection drops) and the ability to split the screen in multiple screens (usually I split vertical, but you can create easily 4x4 screen).

    The only trick is the learning curve of the actions (usually ctrl + b and the key required). For example to split the window vertical, you must do ctrl + b and then %.

    But as I said, probably you will get better and more technical answers _U

    EDIT: some grammar mistakes.