Vimcasts

In each episode, Drew Neil demonstrates one of Vim's features, showing how to incorporate it into your workflow.

http://vimcasts.org

Eine durchschnittliche Folge dieses Podcasts dauert 5m. Bisher sind 76 Folge(n) erschienen. Dies ist ein wöchentlich erscheinender Podcast.

Gesamtlänge aller Episoden: 7 hours 14 minutes

subscribe
share






Working with buffers


Introducing the buffer list, and commands for switching between buffers. This episode also covers the concept of ‘hidden’ buffers, and shows how to deal with them.


share








 February 14, 2010  3m
 
 

Indentation commands


This episode covers the commands for shifting text left and right (< and >), and also goes over the auto indent command (=).


share








 February 8, 2010  5m
 
 

Tidying whitespace


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.


share








 January 24, 2010  4m
 
 

Whitespace preferences and filetypes


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.


share








 January 17, 2010  3m
 
 

Tabs and Spaces


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.


share








 January 5, 2010  6m
 
 

Show invisibles


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.


share








 January 4, 2010  2m