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 5ba4962fbbac05000bc2ddec

Preferably without multi-cursor plugin

Originally asked as question on reddit by kpthunder: https://www.reddit.com/r/vim/comments/9fvsro/what_is_the_most_efficient_way_to_go_about/

Start file
newState.set('foo', foo);
newState.set('bar', bar);
newState.set('banana', banana);
newState.set('bears', bears);
End file
state.foo = payload.foo;
state.bar = payload.bar;
state.banana = payload.banana;
state.bears = payload.bears;

View Diff

1,4c1,4
< newState.set('foo', foo);
< newState.set('bar', bar);
< newState.set('banana', banana);
< newState.set('bears', bears);
---
> state.foo = payload.foo;
> state.bar = payload.bar;
> state.banana = payload.banana;
> state.bears = payload.bears;

Solutions by @mpnmbn:

Unlock 8 remaining solutions by signing in and submitting your own entry
Created by: @argshook

127 active golfers, 538 entries

Solutions by @mpnmbn:
30
#22 - math is what I hate / @mpnmbn

09/20/2022 at 07:54PM

31
#>37 - math is what I hate / @mpnmbn

09/20/2022 at 07:53PM

32
#>46 - math is what I hate / @mpnmbn

09/20/2022 at 07:53PM

33
#>54 - math is what I hate / @mpnmbn

09/20/2022 at 07:52PM

34
#>57 - math is what I hate / @mpnmbn

09/20/2022 at 07:51PM

35
#>66 - math is what I hate / @mpnmbn

09/20/2022 at 07:50PM

36
#>79 - math is what I hate / @mpnmbn

09/20/2022 at 07:49PM

37
#>87 - math is what I hate / @mpnmbn

09/20/2022 at 07:48PM