3
Comments
  • 5
    Nano makes me frustated. Takes Forever to navigate
  • 7
    Yup, nano can suck it: vim is love, vim is life.

    Seriously though, it does have a learning curve like a brick wall, but getting used to it makes most editing tasks so much quicker than they would be otherwise.
  • 1
    @Zaphod65 Currently doing the transition from nano to vim... does the learning curve get better at any time ? I'm trying not to come back but the further I go, the harder it get :/
  • 0
    @reirep I wouldn't call myself an expert, but I think there's a few stages of learning curve, first there's getting used to mode-based editing, then the idea of staying in normal mode as much as possible, then getting in to macros. Each of those had it's own challenges and mindsets to go with it so just keep at it, if you can code then you can grok vim.
  • 0
    @Zaphod65 Currently at the second stage, only one to go \o/
  • 0
    Emacs for always
  • 1
    @reirep just realised I forgot one, and that's trying to do everything in the smallest number of key strokes you can; a while ago I saw someone say that if you have to press a key (particularly movements) more than once at a time, you're doing something wrong. With the obvious exceptions of things like dd, yy, and such like.
  • 0
    @reirep It may hard at first, keep using it. Tips : vim has its own langauge, stop treating every chunk keybind like keyboard-shortcut that do one thing and you will learn it faster. This is truly beauty of vim. It gives you a language to express what you want it to do.
    recommend watch :
    https://robots.thoughtbot.com/maste...
Add Comment