Latest Screencasts (page 4)
Indentation commands
Vimcasts - 2010-02-08 - free
This episode covers the commands for shifting text left and right (< and >), and also goes over the auto indent command (=).
Watch this screencastTidying whitespace
Vimcasts - 2010-01-24 - free
This episode demonstrates a few techniques for tidying up whitespace. First, it looks at how to convert between tabs and spaces. Then it shows how to strip trailing whitespace, and finally, how to remove blank lines from a file.
Watch this screencastWhitespace preferences and filetypes
Vimcasts - 2010-01-17 - free
Different file types may require particular whitespace settings. For example, YAML files must be indented using spaces, whereas makefiles require indentation with tabs. These preferences can be specified by hooking into the FileType event with an autocommand.
Watch this screencastTabs and Spaces
Vimcasts - 2010-01-05 - free
Vim offers very granular control over whitespace. This episode explains the purpose of tabstop, softtabstop, shiftwidth and expandtab settings, and illustrates how Vim behaves using various combinations of these.
Watch this screencastShow invisibles
Vimcasts - 2010-01-04 - free
Vim’s list feature can be used to reveal hidden characters, such as tabstops and newlines. In this episode, I demonstrate how to customise the appearance of these characters by tweaking the listchars setting. I go on to show how to make these invisible characters blend in with your colortheme.
Watch this screencast