Top Stories published by usevim in March of 2013
03
05
07
09
10
12
14
16
17
19
21
23
24
26
28
29
30

Understanding ‘listchars’

I was searching GitHub to see what weird and wonderful characters people use for their 'listchars' setting. This all started because I was using a Chromebook, and the built-in shell had trouble displaying some of the characters I use for showing invisible characters. Looking at my…


Vim 101: The Jump and Change Lists

Moving around a file efficiently can improve your productivity, but it takes a while to get the hang of Vim’s jumps. Last week I wrote some tips for practicing marks — ideas for working marks into your daily workflow. Marks and jumps are closely related, mainly because…


Stop the Vim Configuration Madness

We used to use TVs as monitors and it was terrible

Convention over configuration is an established paradigm, it even has a Wikipedia page! I like the…


Vim 101: Fancy Tags

Two weeks ago I wrote a Vim 101 on tags, which introduced the basics for working with Vim’s tag navigation tools. Something that I hinted at was using tags to help visualise a project’s structure. Although Vim’s raw editing operations are incredibly powerful, some of us need help in trying to…


Vim 101: Object Motions

Discovering and retaining good habits for file navigation is one way to vastly improve your productivity when using Vim. Other than jumps and searching, text object motions are also a great way for skipping around a file like a Vim virtuoso.


Script Roundup: Git Gutter, vim-nodejs-complete

Send in your Vim scripts for review through our contact form.

it Gutter

Vim Git Gutter (GitHub: airblade / vim-gitgutter, License: MIT) by Andrew Stewart shows a symbol in the sign column to…

These were the top 10 stories published by usevim in March of 2013. You can also dive into daily archives for March of 2013 by using the calendar at the top of this page.