vim

Vim 201: An Intermediate Guide to Vim

Ready to boost your Vim skills? Many use Vim, but don't make use of nearly all the features. In this guide, we'll take a look at some of the intermediate features offered by Vim, including abbreviations, word completion, and editing multiple documents in the same Vim session.

Vim 101: A Beginner's Guide to Vim

Ever wanted to learn Vim, but weren't sure how to start? No problem. We have you covered! This will be the first of a four-part (possibly longer) series covering how to use Vim and where to start using the world's best text editor. Note that this is an article explicitly for beginners new to Vim. If you've been using Vim for a while, all of this should look entirely familiar--and you might wonder why some topics aren't covered. Patience. We'll get to everything in due time, but there's a lot to... [more]

Speed-Typing in Vim With Maps and Abbreviations

Get around better in vim..."Vim is still one of the most powerful text editors out there. One of its more useful features is that it allows you to set up your own abbreviations and mappings. These can speed up the typing of stock phrases or do far more complicated things. Enter these in command mode to try them out, or add them to your ~/.vimrc (without the initial colon) if you want them to stay.
Tagged with tutorial | vim | General

Using Git with Vim

Vim and Git can play nicely together..."I recently started using Git for my local revision control. Since I spend about 90% of my coding time inside the Vim editor, I went looking for a plugin that would make Vim play nice with Git. In this article I present two different vim plugins and explore their feature-set via screenshots."My expectations from a git plugin were rather simple." [Read more at OSnews]... [more]
Tagged with git | vim | The Linux Kernel