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 @37fatos:

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

149 active golfers, 423 entries

Solutions by @37fatos:
19
#27 - A A A / @37fatos

01/21/2021 at 12:33AM

19
#>27 - A A A / @37fatos

01/21/2021 at 12:38AM

19
#>51 - A A A / @37fatos

12/25/2021 at 02:38PM

21
#>105 - A A A / @37fatos

01/21/2021 at 12:32AM

22
#>111 - A A A / @37fatos

01/21/2021 at 12:30AM

23
#>117 - A A A / @37fatos

01/21/2021 at 12:28AM