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

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

158 active golfers, 460 entries

Solutions by @JoshTheWhite:
13
#50 - 5th Human on Mars / @JoshTheWhite

09/08/2019 at 12:50AM

14
#>85 - 5th Human on Mars / @JoshTheWhite

09/08/2019 at 12:49AM

15
#>101 - 5th Human on Mars / @JoshTheWhite

09/08/2019 at 12:49AM

16
#>119 - 5th Human on Mars / @JoshTheWhite

09/08/2019 at 12:48AM

17
#>137 - 5th Human on Mars / @JoshTheWhite

09/08/2019 at 12:45AM

21
#>156 - 5th Human on Mars / @JoshTheWhite

09/08/2019 at 12:45AM

25
#>157 - 5th Human on Mars / @JoshTheWhite

09/07/2019 at 12:47AM

27
#>157 - 5th Human on Mars / @JoshTheWhite

09/07/2019 at 12:45AM

30
#>158 - 5th Human on Mars / @JoshTheWhite

09/07/2019 at 12:43AM