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

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

149 active golfers, 423 entries

Solutions by @Abberatus:
20
#97 - Даня Ефимов / @Abberatus

02/19/2022 at 03:35PM

21
#>107 - Даня Ефимов / @Abberatus

02/19/2022 at 03:34PM

22
#>112 - Даня Ефимов / @Abberatus

02/19/2022 at 03:33PM

23
#>123 - Даня Ефимов / @Abberatus

02/19/2022 at 03:30PM

24
#>132 - Даня Ефимов / @Abberatus

02/19/2022 at 03:27PM