First DEV post in a really (...really!) long time, but that's a story on its own for another time.
During my morning skim of Twitter, I came acros...
For further actions, you may consider blocking this person and/or reporting abuse
Can't really remember what I used for coding before
vi
/vim
. I started out with the native editors in Trash-80 mod I, II, III, then on the original Apple ][+, then something on an old Altos MPM sytem, then something on the original IBM PC. The last editor I used beforevi
would have been the REXX editor. Someone subsequently tried to poison me with Emacs, but I was able to shake it off.And it still gives me the hives when I see people trying to write code in PICO/NANO.
the dawn of time: Windows Notepad, QBasic
~2000: Notepad++
2005: Visual Studio, Eclipse
2012: IntelliJ IDEA (still the best available option for Java imo)
2014: Sublime
2015: Atom
2016-present: NeoVim
I'm curious about why have you left Sublime Text for Atom, and then Atom for NeoVim?
I checked out Atom on the recommendation of a colleague and liked it generally. Native plugin package management was a selling point too.
As for Vim/NeoVim, I had used it in server environments before but started defaulting to it to see whether minimizing mouse usage would be better on my wrist (it is). But in addition to that, normal mode navigation is much faster and more precise than shifting to arrow keys or mouse; I can use the same editor locally and remotely, and it integrates beautifully with command line tools like git or psql; and if I want exactly the same customizations and plugins on a server somewhere, all I have to do is ship my dotfiles up.
My 4(ish) years of progression:
I cycled through the first 4 a decently quick rate, I've using spacemacs for 2 years now. No intention of going back to anything non-emacs.
I'm curious about why have you left Sublime Text for Atom, and VS Code for Spacemacs?
I'm curious about why have you left Sublime Text for Atom, and VS Code for Emacs?
hey ! i still use bluefish
for me it was vi -> bluefish -> eclipse -> theai