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

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

149 active golfers, 423 entries

Solutions by @po6ix:
19
#53 - POSIX / @po6ix

01/07/2022 at 03:05AM

19
#>53 - POSIX / @po6ix

01/10/2022 at 09:14AM

19
#>54 - POSIX / @po6ix

01/31/2022 at 04:43PM

20
#>96 - POSIX / @po6ix

01/31/2022 at 04:42PM

22
#>112 - POSIX / @po6ix

01/31/2022 at 04:42PM

23
#>122 - POSIX / @po6ix

01/07/2022 at 03:04AM

33
#>149 - POSIX / @po6ix

01/31/2022 at 04:41PM