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 @BZ_VG:

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

808 active golfers, 3767 entries

Solutions by @BZ_VG:
17
#77 - BZ_VG / @BZ_VG

11/12/2012 at 09:39AM

19
#>212 - BZ_VG / @BZ_VG

11/08/2012 at 07:37AM

20
#>221 - BZ_VG / @BZ_VG

11/07/2012 at 11:31AM

21
#>235 - BZ_VG / @BZ_VG

11/06/2012 at 10:00AM

22
#>305 - BZ_VG / @BZ_VG

11/01/2012 at 01:20PM

25
#>401 - BZ_VG / @BZ_VG

11/01/2012 at 01:18PM

26
#>427 - BZ_VG / @BZ_VG

11/01/2012 at 01:16PM

27
#>460 - BZ_VG / @BZ_VG

11/01/2012 at 01:07PM