47

Why the fuck am I trying to learn vim 😭 This is just brutal.

Comments
  • 1
    Remember to quit by doing :q or :wq or add ! to force it.
  • 7
    Because it allow you to say "I'm using a real programmers editor" which increases your credibility in certain circles.
  • 12
    Vim is awesome
  • 12
    vim is actually pretty easy to use once u get a hang of it
  • 2
    Believe me it is worth it, I started using it coz everybody said it was difficult and it boosted productivity, now I dont want to close it (and yes I can close it) and plugins are awesoms
  • 2
    :yy (to copy a single line)
    :dd (to cut a single line)
    :#yy (to copy # lines)
    :#dd (to cut # lines)
    :p (to paste whatever is on the clipboard AFTER the current line)
  • 3
    @vanhoosr
    Shift+v
    And then you can use yy, dd or whatever
  • 4
    JUST FUCKING USE NANO!
  • 0
    @demiko you could always use the editor of your choice and then throw in a vim plugin. I used to use vim exclusively but at some point switched to atom+vim and I love it, it's like the best of both worlds
  • 1
    @demiko
    It does :)
  • 1
    Ease yourself into vim. When I started I still used arrow keys occasionally, and the mouse sometimes. Just don't go insane and you'll get the hang of it eventually.
  • 1
    i've been using vim for two years now, solely because i don't remember how to exit
  • 1
    Feel that buddy xD
  • 2
    Once you get it, you`ll feel like a wizard; trust me.
  • 0
    @gitpull OR GEDIT!
  • 2
    Learn vim and use vim simulation in other editors.
  • 0
    Type “vimtutor” in your terminal and get cracking. I love vim.
Add Comment