Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • 3
    Ugh, I'll never remember all these vim shortcuts. The Windows shortcuts are just so much more intuitive. Commented May 27, 2011 at 14:45
  • 2
    Personally, I find vim's to be more intuitive. V, enter visual mode G, almost like "go", to the end of the file. And x, remove. Commented May 27, 2011 at 14:46
  • 13
    @ripper234: don't try to remember "snippets" to do specific tasks, focus on the subcommands. That's part of the magic of vim: using these smaller commands to build up larger, more complex things. It's almost infinitely flexible. Commented May 28, 2011 at 16:38
  • And it really helps a lot to take the time and read through the related vim-help-sections with :h command-you-need-help-for Commented Jan 26, 2012 at 8:09
  • 2
    To add to this: run vimtutor from the commandline to get familiar with them @ripper234 Commented Jun 13, 2012 at 22:32