I wanted to have a separate laptop where I only use the terminal for my use cases. At the moment I am somewhat confident using the terminal, but I think limiting myself to tty only would build my confidence even more. Any tips?

EDIT: I am already using nvim and I already have installed a minimal distro (Arch). I just need advice on how to actually run this system effectively.

  • @h0bbl3s
    link
    52 months ago

    VIM for the win. I really enjoy the built in file browser accessed by the command :explore

    I also code in go frequently and go-fmt and go-lint etc work flawlessly. You can use whatever LSP you want so you get your code tips and autosuggestion etc.

    The tabs and split window functions are nice too. Plus if you learn Vi well it’s on almost every system in existence. Nano not so much

    • @[email protected]
      link
      fedilink
      English
      22 months ago

      I had my first training sessions and edited some prose. I’m excited how it’ll be with code.