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 4d2c9d06eda6262e4e00007a

Assignment Alignment

line up the operators. Use spaces, not tabs.

Start file
# Align these assignments

x
= 1
y
= true
z
= 'you'
foo
= 'bar'
long_name
= "long variable value"
$p3cial
= ch4rs
last = line

# Much better!
End file
# Align these assignments

x        
= 1
y        
= true
z        
= 'you'
foo      
= 'bar'
long_name
= "long variable value"
$p3cial  
= ch4rs
last      = line

# Much better!

View Diff

3,6c3,6
< x = 1
< y = true
< z = 'you'
< foo = 'bar'
---
> x         = 1
> y         = true
> z         = 'you'
> foo       = 'bar'
8,9c8,9
< $p3cial = ch4rs
< last = line
---
> $p3cial   = ch4rs
> last      = line

Solutions by @flazz:

Unlock 5 remaining solutions by signing in and submitting your own entry
Created by: @khamer

220 active golfers, 883 entries

Solutions by @flazz:
22
#98 - Franco Lazzarino / @flazz

01/12/2011 at 07:06PM

27
#>127 - Franco Lazzarino / @flazz

01/12/2011 at 06:53PM

30
#>155 - Franco Lazzarino / @flazz

01/12/2011 at 06:49PM

30
#>155 - Franco Lazzarino / @flazz

01/12/2011 at 06:52PM

53
#>212 - Franco Lazzarino / @flazz

01/12/2011 at 06:37PM