20
What non-IDE tekst editor do you use?
(lemm.ee)
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
Follow the wormhole through a path of communities !webdev@programming.dev
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.
I've been a vim user for over a decade and I doubt I've spent eight hours configuring it in all that time.
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.