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

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

158 active golfers, 460 entries

Solutions by @jkhelsing:
13
#23 - Johan Helsing / @jkhelsing

08/23/2014 at 02:00PM

14
#>70 - Johan Helsing / @jkhelsing

08/23/2014 at 01:59PM

16
#>109 - Johan Helsing / @jkhelsing

08/23/2014 at 01:57PM

17
#>126 - Johan Helsing / @jkhelsing

08/23/2014 at 01:55PM

18
#>140 - Johan Helsing / @jkhelsing

08/23/2014 at 01:58PM

22
#>156 - Johan Helsing / @jkhelsing

08/23/2014 at 01:49PM

26
#>157 - Johan Helsing / @jkhelsing

08/23/2014 at 01:53PM