Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 4d1a4d82a860b7447200008d

Whitespace, empty lines and tabs

Convert tabs to spaces, strip empty lines and trailing whitespace.

Start file
	convert tabs to spaces

		strip all blank lines 

	and remove any trailing spaces   
End file
  convert tabs to spaces
    strip all blank lines
  and remove any trailing spaces

View Diff

1,5c1,3
< 	convert tabs to spaces
< 
< 		strip all blank lines 
< 
< 	and remove any trailing spaces   
---
>   convert tabs to spaces
>     strip all blank lines
>   and remove any trailing spaces

Solutions by @peter_anselmo:

Unlock 9 remaining solutions by signing in and submitting your own entry
Created by: @igrigorik

788 active golfers, 3670 entries

Solutions by @peter_anselmo:
19
#204 - Peter Anselmo / @peter_anselmo

03/08/2012 at 08:11PM

21
#>226 - Peter Anselmo / @peter_anselmo

03/08/2012 at 08:09PM

22
#>288 - Peter Anselmo / @peter_anselmo

03/08/2012 at 08:07PM

26
#>414 - Peter Anselmo / @peter_anselmo

03/08/2012 at 08:05PM

27
#>444 - Peter Anselmo / @peter_anselmo

03/08/2012 at 08:02PM

28
#>477 - Peter Anselmo / @peter_anselmo

03/08/2012 at 08:00PM

29
#>500 - Peter Anselmo / @peter_anselmo

03/08/2012 at 07:59PM

31
#>547 - Peter Anselmo / @peter_anselmo

03/08/2012 at 07:57PM

33
#>606 - Peter Anselmo / @peter_anselmo

03/08/2012 at 07:55PM