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

Modernise code

Modernise and clean up some C++ code.

Start file
std::vector<int> numbers;
numbers.push_back(1337);
numbers.push_back(424242);
numbers.push_back(12345678);
numbers.push_back(3141);
End file
auto numbers = { 1337, 424242, 12345678, 3141 };

View Diff

1,5c1
< std::vector<int> numbers;
< numbers.push_back(1337);
< numbers.push_back(424242);
< numbers.push_back(12345678);
< numbers.push_back(3141);
---
> auto numbers = { 1337, 424242, 12345678, 3141 };

Solutions by @yayaoh:

Unlock 15 remaining solutions by signing in and submitting your own entry
Created by: @nd1832

310 active golfers, 1343 entries

Solutions by @yayaoh:
34
#46 - ややお / @yayaoh

12/19/2021 at 02:20PM

35
#>82 - ややお / @yayaoh

12/19/2021 at 02:18PM

36
#>97 - ややお / @yayaoh

12/19/2021 at 02:14PM

37
#>107 - ややお / @yayaoh

12/19/2021 at 01:12PM

39
#>119 - ややお / @yayaoh

12/19/2021 at 01:09PM

40
#>124 - ややお / @yayaoh

12/19/2021 at 01:07PM

41
#>128 - ややお / @yayaoh

12/19/2021 at 01:04PM

43
#>148 - ややお / @yayaoh

12/19/2021 at 01:02PM

44
#>166 - ややお / @yayaoh

12/19/2021 at 12:55PM

46
#>188 - ややお / @yayaoh

12/19/2021 at 12:52PM

47
#>198 - ややお / @yayaoh

12/19/2021 at 12:40PM

50
#>217 - ややお / @yayaoh

12/19/2021 at 12:13PM

58
#>263 - ややお / @yayaoh

12/19/2021 at 12:07PM

64
#>280 - ややお / @yayaoh

12/19/2021 at 12:03PM

67
#>283 - ややお / @yayaoh

12/19/2021 at 12:00PM