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

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

151 active golfers, 432 entries

Solutions by @daisyymint:
21
#110 - good enough ; 🌿 / @daisyymint

03/03/2022 at 01:38PM

22
#>114 - good enough ; 🌿 / @daisyymint

03/03/2022 at 01:32PM

23
#>125 - good enough ; 🌿 / @daisyymint

03/03/2022 at 01:20PM

23
#>125 - good enough ; 🌿 / @daisyymint

03/03/2022 at 01:29PM

27
#>144 - good enough ; 🌿 / @daisyymint

03/03/2022 at 01:19PM