Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

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 screencast

Tidying 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 screencast

Whitespace 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 screencast

Tabs 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 screencast

Show 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
Find more screencasts on the homepage