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

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

323 active golfers, 1400 entries

Solutions by @ambidextrousTx:
34
#12 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:12AM

36
#>100 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:11AM

37
#>108 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:09AM

38
#>118 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:08AM

39
#>119 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:10AM

40
#>128 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:05AM

40
#>128 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:10AM

41
#>133 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:04AM

42
#>141 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:03AM

44
#>165 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:02AM

45
#>185 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 01:01AM

46
#>195 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 12:59AM

52
#>237 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 12:59AM

53
#>243 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 12:53AM

53
#>243 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 12:55AM

54
#>253 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 12:56AM

55
#>262 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 12:57AM

81
#>308 - Ravi S Sinha / @ambidextrousTx

12/29/2020 at 12:52AM