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

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

158 active golfers, 460 entries

Solutions by @alek_fed:
13
#48 - alekfed / @alek_fed

04/20/2019 at 02:47PM

14
#>85 - alekfed / @alek_fed

04/20/2019 at 02:46PM

15
#>101 - alekfed / @alek_fed

04/20/2019 at 02:46PM

16
#>119 - alekfed / @alek_fed

04/20/2019 at 02:45PM

17
#>137 - alekfed / @alek_fed

04/20/2019 at 02:45PM

18
#>146 - alekfed / @alek_fed

04/20/2019 at 02:44PM

19
#>152 - alekfed / @alek_fed

04/20/2019 at 02:43PM