Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Vim   (RSS)

Vim Tip: My .vimrc File

.vimrc is the config file for Vim. It can be stored in the Vim directory or in your user directory. With greater protection of the Program Files directory on Vista, I've gotten into the habit of keeping it in my user directory (c:\users\steverowe on most
Posted by SteveRowe | 0 Comments
Filed under:

Vim Tip: Better Searching

Two things I discovered about searching: * will search forward for the word under the cursor. No longer do I have to type /WordUnderTheCursor. # does the same thing, but goes backwards. It's like ?WordUnderTheCursor. g* will search for any word containing
Posted by SteveRowe | 0 Comments
Filed under:

Taking Advantage of Vim

Once you have mastered using Vim to replace Notepad.exe , it is time to starting taking advantage of what Vim has to offer. Doing so can increase your productivity. Below are most of the commands I use most frequently. It is important to note that Vim
Posted by SteveRowe | 1 Comments
Filed under:

GVim As Notepad

When I first encountered Unix in the early 1990s, I needed a text editor. I tried Emacs but the meta key and double control keys struck me as wrong. I tried Vi but couldn't figure out how to type anything. I came across Pico and for years used that as
Posted by SteveRowe | 5 Comments
Filed under:

Vim Tip: Finding a Variable Declaration

For most programming, I use Vim as my text editor of choice. It has a steep learning curve, but is very efficient once you get accustomed to it. I'm far from an expert on Vim and I'm always learning new things. From time to time I will endeavor to post
Posted by SteveRowe | 2 Comments
Filed under:

Contemplating ViM

A conversation with a colleague got me interested in ViM once again. I've used ViM on and off for a few years now but never gotten really adept at using it. For those that don't know, ViM stands for Vi Improved and Vi is one of the two dominant text editors
Posted by SteveRowe | 3 Comments
Filed under:

Effective Text Editing

I ran across this article I thought I'd share: Seven habits of effective text editing . It's written by the author of VIM (Vi Improved) but the techniques apply to all good text editors. The techiques are: Move Around Quickly - Use the editor to jump
Posted by SteveRowe | 4 Comments
Filed under: ,

Code Editor Learning Curves

A friend of mine put this together. It's a graphical representation of the learning curve for some common code editors. It seems quite accurate.
Posted by SteveRowe | 1 Comments
Filed under: ,
 
Page view tracker