Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CptFox16167y@7root I sent with emacs because the vim modes thingy confuse me a lot and I keep typing commences into my actual buffer
-
CptFox16167y@c3ypt1c I used to do the same, but right now I'm working on a project which relies on a raspberry pi, and I got tired of git-ing every little code change just to be able to run them on the pi.
Now I use emacs (preconfigured using emacs-live) over ssh, nano just doesn't cut it for medium sized python/js programming. -
c3ypt1c96547y@CptFox usually, for bigger projects, I work on my main machine (it's easier and faster than an RPi), use git for version control and then use SFTP to push changes all from main machine. Idk if this is bad practice but I've always done it this way.
-
Nano. If I'm doing anything more than editing a config I'll use Notepad++ or VSCode.
-
hjk10156967yI really use any of them these days. Long live configuration management systems.
Used Emacs as editor/IDE back in the day. Learning it really helps getting to know bash key bindings by the way. Still prefer it above all editors (not IDE) for big work (not quick change of a few lines to test song)
Now I mostly use vim (not vi unless it's not present) it starts fast, has syntax colouring and undo. (Protip use ZZ to save and exit and ZQ to about) -
CptFox16167y
Related Rants
Spent my day configuring emacs....
joke/meme
editor wars