Hacker News new | ask | show | jobs
by vulcan01 2049 days ago
I started programming about 5-6 years ago (I'm a high school student). I started with VSCode, but about 1.5 years ago I switched to Vim for the simple reason that I wanted to live in the terminal. Unlike some other commenters here, I didn't know anyone else who used Vim (or Emacs for that matter), so I learned on my own... (:help is actually good in Vim, unlike many help menus in other software).

vimtutor does a great job introducing vim, and it took me about 1 hour or so to get started.

1 comments

I have a pretty similar story. I was in senior year of high school and one of the colleges I was applying to had a “sleeping bag weekend” where you could sign up to stay overnight with a random CS freshman in the dorms and stroll the campus.

I saw someone working on their homework and their terminal had colored text and it blew my mind (I had only ever seen cmd.exe using black and white with that ugly font).

The summer between senior year of high school and starting college I installed Ubuntu and googled that program called “vim” that freshman had demoed to me. From there it was just like you say: vimtutor and reading :help pages, and now almost 10 years later I can’t imagine trading Vim for anything.