35
port22
8y

What's your favorite command line text editor and why is it Vim?

Comments
  • 7
    I've always used nano
  • 1
    Come on, you know it's not vim.
  • 1
    Internet explorer
  • 15
    I'm ":q!"ing out of this debate.
  • 0
  • 2
    @Letmecode you can't leave us! Vim is love, Vim is life!
  • 2
    Recently someone at work has got me into spacemacs it's all the vim commands ported into Emacs and give you a bunch of nice features such as git gutter and linting
  • 0
    @SCollins Ill be honest, I've never tried emacs. I think I'll take a look at spacemacs tomorrow.
  • 1
    @iDanoo Emacs is really powerful and spacemacs help's by allowing you to use it like vim. Use 'Spc + :' for a searchable list of all commands and there key combinations and GOOD LUCK. It's alot to remember...
  • 0
    crontab -e
    ???
    :q
    EDITOR=/usr/bin/nano crontab -e

    Ahh.. Much better 😁
  • 0
    I don't usually have a need to use a command line editor so I usually use something like VS code or Atom.
  • 0
    Almost said Atom 🤐
  • 0
    Back in the 1980s vi was wonderful compared to having to do everything with ed.

    Fast forward a few years, and Emacs is wonderful compared to having to do everything in vi....

    *Ducks and runs for cover*
  • 0
    VI is present on every distribution, if you can get used to it, this is nice.
  • 0
    I always used Nano, then a colleague saw me using it and he freaked out. He showed me some Vim stuff and from that point I've just used Vim. If you learn the shortcuts it's awesome.
  • 0
    alias emacs=vi
Add Comment