this post was submitted on 10 Oct 2023
19 points (80.6% liked)

Programming

17025 readers
89 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

(Graphical) IDE's are great for development, but they're slow to start and heavy to run. Sometimes you just want to take a quick look at an xml or dockerfile and you don't want to spin up the whole IDE for that.

I've recently rediscovered notepad++ for that (on windows), what's your prefered easy-acces-tekst-editor?

you are viewing a single comment's thread
view the rest of the comments
[–] colonial@lemmy.world 3 points 11 months ago (1 children)

The GNOME text editor or Nano.

I appreciate Vim, but when I just need to inspect something or change a single line, the former are easier.

As for Neovim and Emacs... I don't have eight hours to set aside monthly to keep them configured and working.

[–] hascat@programming.dev 2 points 11 months ago (1 children)

I've been a vim user for over a decade and I doubt I've spent eight hours configuring it in all that time.

[–] bus_factor@lemmy.world 1 points 11 months ago

Most of the configuration I've done in vim is to remove whatever someone else did. Like I log in as root on a server and someone put set number in /root/.vimrc. Like having the line number in the bottom right wasn't enough for you, you need to waste three columns to show numbers for every line on the screen, and now I can't copy and paste from vim without having to delete three columns from every line? NO.