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 5f23f29e1e8861000c3105c5

Python: Def to Lambda

LAMBDA!!!

Start file
def f(x): return x ** 2
End file
f = lambda x: x ** 2

View Diff

1c1
< def f(x): return x ** 2
---
> f = lambda x: x ** 2

Solutions by @Take3832:

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

155 active golfers, 453 entries

Solutions by @Take3832:
20
#105 - タケ / @Take3832

05/13/2022 at 03:24AM

21
#>114 - タケ / @Take3832

05/13/2022 at 03:23AM

23
#>129 - タケ / @Take3832

05/13/2022 at 03:17AM

25
#>143 - タケ / @Take3832

04/20/2022 at 01:25PM

25
#>143 - タケ / @Take3832

05/13/2022 at 03:16AM

27
#>148 - タケ / @Take3832

04/20/2022 at 01:21PM

81
#>155 - タケ / @Take3832

04/20/2022 at 01:20PM