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

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

158 active golfers, 474 entries

Solutions by @TodorDukov:
19
#79 - Ted / @TodorDukov

03/24/2023 at 10:11PM

20
#>108 - Ted / @TodorDukov

03/24/2023 at 10:10PM

21
#>117 - Ted / @TodorDukov

03/24/2023 at 10:10PM

22
#>121 - Ted / @TodorDukov

03/24/2023 at 10:09PM

23
#>134 - Ted / @TodorDukov

03/24/2023 at 10:09PM

25
#>146 - Ted / @TodorDukov

03/24/2023 at 10:06PM