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 53eb4ac3f690b50002f871b6

Lisp Condense

Reduce 4 cons selection operations down to one function call.

Start file
(print (car (car (cdr (car list)))))
End file
(print (caadar list))

View Diff

1c1
< (print (car (car (cdr (car list)))))
---
> (print (caadar list))

Solutions by @ohiopyle:

Unlock 6 remaining solutions by signing in and submitting your own entry
Created by: @f4uLT

154 active golfers, 438 entries

Solutions by @ohiopyle:
13
#17 - Bill Booth / @ohiopyle

08/19/2014 at 07:58AM

14
#>65 - Bill Booth / @ohiopyle

08/19/2014 at 07:57AM

16
#>106 - Bill Booth / @ohiopyle

08/19/2014 at 07:56AM

17
#>122 - Bill Booth / @ohiopyle

08/19/2014 at 07:55AM

19
#>144 - Bill Booth / @ohiopyle

08/19/2014 at 07:53AM

22
#>152 - Bill Booth / @ohiopyle

08/19/2014 at 07:50AM