12

What the fuck is so hard about vim? Press i for insert mode, esc for visual mode. How is that so hard to remember? There's like 2 commands at most that you need to know

Comments
  • 8
    What the fuck is so hard about writing 2500 word essay? Is it just as simple as writing 2500 words, it is not hard.
  • 7
    If you are using VIM only for that 2 commands you are using it wrong
  • 2
    @tahnik I use more than 2 commands but you can get by if you know how to save and close a file
  • 1
  • 0
    Some programmers are just underground, you never get that much attention or understanding :D
  • 3
    If you only use two commands, you're not using the full potential.

    :%s/old_string/replacement/g

    For example, find replace all, very useful.
  • 3
    But how do you close it is the real question
  • 2
    @rtannerf do you look like Me?
  • 0
    @humanbonsai har har.
    :we for save.
    :q! for exit without saving
  • 1
    yy - yank line
    p - paste it
  • 2
    @forkbomber
    :w for save
    :wq save and quit
    :wq! Force save and quit
  • 1
    @Linux shit.. Autocorrect messed with me :/
  • 0
    Bruh, VIM is so great. Only lames use regular text editors... - Single-speed-bike-riding, flannel-shirt-wearing, soylent-drinking hipster.
  • 1
    @humanbonsai if it's a desktop computer, find the power cord and unplug it. If it's a laptop, a mallet or chainsaw comes in handy.
  • 1
    using vim with the right plugins is a time saver. if you are a Web developer gulp, browsersync and vim is a damn awesome combination. rebind esc to something closer like capslock. and it becomes really quick to build a site from scratch with two screens or even using workspaces.
  • 0
    @Ubbe yeah I think the only time I ever use capslock is for sql statements but I'm getting out of that habit. for a developer there's not alot of use for capslock. as for the tab problem, I was lucky and started programing after they redid the keyboards. I use i3, tmux, vim, and firefox with vimFx so I'll probably remap other keys as time goes on but esc was my most time consuming
  • 0
    And I'll continue to use nano because I can :P
  • 1
    I get by knowing the basics with Vim, it doesn't take much practice as you tend to do the same things a lot.

    Best part is doing everything from the terminal.
Add Comment