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

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 296 remaining solutions by signing in and submitting your own entry
#297 Jongsang Tack (Ben) / @BenJongsang - Score: 261 - 09/11/22 @ 15:17
vf>xiauto<Esc>lllllllllxjhhhhhhhhhhh<C-Q>lllllllllllllllllhjjjxklllllllllllllla = <Del><Esc>lllhh:%s/;/,/g<CR>kkkji<BS><Esc>jhhhhhhhhhhi<BS><Esc>jhhhhhhi<BS><Esc>lllllllxhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh/<Esc>:%s/(//g<CR>:%s/)//g<CR>wwwi{ <Esc>$a{<BS>};<Esc>hhhhhhhhhhhhhhhhhhhhhi l<BS><Esc>lllllllli <Esc>lllllllllli <Esc>llllli <Esc>:w<CR>:wq<CR>

0 comments


Created by: @nd1832

297 active golfers, 1282 entries

Leaderboard (lowest score wins):
36
#91 - Filipe Brandenburger / @filbranden

12/10/2020 at 07:27PM

36
#92 - Vahan / @Vahan00900245

10/06/2021 at 01:03PM

36
#93 - POSIX / @po6ix

01/08/2022 at 05:00AM

36
#94 - quemeraisc / @quemeraisc

05/17/2022 at 02:05PM

36
#95 - Janzen / @__Coos

10/07/2022 at 08:44AM

37
#96 - Demian Martinez / @demianuco

12/10/2020 at 12:17PM

37
#97 - Dan / @dstein64

12/10/2020 at 05:24PM

37
#98 - Ray Dennis / @raysden

01/11/2021 at 02:52PM

37
#99 - Askhento / @Askhento1

01/27/2021 at 01:29AM

37
#100 - treb / @treb03683130

03/12/2021 at 01:13PM

37
#101 - mevmev / @mevmev8

08/18/2021 at 09:52AM

37
#102 - Felix Linhardt / @FelixLinhardt

03/20/2022 at 09:53PM

37
#103 - Sarang Khim / @sarang_khim

07/27/2022 at 09:14AM

37
#104 - 1 des frr fourmis / @frrfourmi

06/17/2023 at 02:47PM

37
#105 - kn95 / @phyque_zz

07/16/2023 at 03:05AM

37
#106 - Milan Blažek / @Somin13

09/06/2023 at 03:13PM

37
#107 - Fabrizio Perria / @FPerria

11/05/2023 at 08:15AM

38
#108 - Divvy C. / @divvy_c

08/11/2023 at 10:54PM

39
#109 - Leon Si / @leonzalion

01/24/2021 at 02:56AM

39
#110 - vimgolf / @vimgolf7

01/25/2021 at 02:30PM

39
#111 - qsdfqsdf / @qsdfqsd83220776

03/04/2021 at 08:08PM

39
#112 - damned-me / @damned_me_

05/25/2021 at 03:22PM

39
#113 - Lee Kian Tat Ken / @thekingtat

06/14/2021 at 03:56PM

39
#114 - Jonathan / @engiwengi_

10/22/2022 at 04:23AM

39
#115 - Davinder Jolly / @DavinderJolly

11/29/2023 at 11:36PM

40
#116 - Daniel Andersson / @AnderssonDanzig

02/27/2021 at 03:18PM

40
#117 - Lorenzo Bertolino / @lo_bertolino

03/07/2021 at 10:25PM

40
#118 - Markus Muschol / @MarkusMuschol

07/14/2021 at 07:09AM

40
#119 - Yannick / @Yannick88147038

07/19/2022 at 07:38PM

41
#120 - Ceda EI / @ceda_ei

12/10/2020 at 12:07PM