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 9v0062d0773d000000000225

Reformat symbols in list

Saw this in some lecture, easy reformatting using multiple cursor in VS Code

Start file
inputs = [ 1 2 3 4 5 ]
outputs = [ 1 2 3 4 5 ]
End file
inputs = [ i1 i2 i3 i4 i5 ]
outputs = [ (o1,i1) (o2,i2) (o3,i3) (o4,i4) (o5,i5) ]

View Diff

1,2c1,2
< inputs = [ 1 2 3 4 5 ]
< outputs = [ 1 2 3 4 5 ]
---
> inputs = [ i1 i2 i3 i4 i5 ]
> outputs = [ (o1,i1) (o2,i2) (o3,i3) (o4,i4) (o5,i5) ]

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 344 remaining solutions by signing in and submitting your own entry
#345 陈宏义 / @mason_chen_cn - Score: 202 - 09/12/22 @ 15:29
<Esc>:1,1s/[]<Left>0<BS>1-5<Right><Left><Left><Left><Left><Left>(<Right><Right><Right><Right><Right>)/i$1/g<CR>/<BS>:1s/([1-5]+)/i()<BS><BS>1<BS>$1.g<CR>/[]<Left>1-5<CR>nnnnnnnnn:s<BS>1,1s/[1-5]/i[]<Left>1-5<Right>/g<CR><Esc>u:s/<BS><BS>1s/[1-5]/$<Left><Left><Left><Left><Left><Left><Left>\(<Right><Right><Right><Right><Right>\)<Right><Right><BS>i\1/g<CR>s/<BS>i<Esc>:2s<BS>,<BS>s/\(1-5<Left><Left><Left>[<Right><Right><Right>]\)/\[<BS><BS>(o\1,i\1)/g<CR>`;<Esc><Esc>:w<CR>:q!<CR>

0 comments


Created by: @selfuryon

345 active golfers, 1607 entries

Leaderboard (lowest score wins):
46
#301 - Dmitry Egorov / @egrvdd

11/09/2022 at 03:10PM

46
#302 - Михаил Зайцев / @mishazayts

09/07/2023 at 08:44AM

47
#303 - Joey Schoblaska / @joeyschoblaska

02/15/2023 at 05:15PM

47
#304 - Delusi Van Houtan / @VanDelusi

03/05/2023 at 09:22AM

47
#305 - Jack Hengen / @JackHengen

06/26/2024 at 10:30AM

48
#306 - AshleyF / @AshleyF

01/02/2024 at 08:15AM

49
#307 - Kaporos / @kaporos_

07/29/2022 at 01:41PM

49
#308 - MerryElvira / @ElviraBTC

09/19/2022 at 02:02PM

49
#309 - Abhijeet Bodas / @apbodas

10/31/2022 at 02:25PM

49
#310 - John Clara / @johnanthclara

04/19/2023 at 04:44AM

51
#311 - dhrubajyoti ghosh / @dhruba02

09/18/2022 at 05:22AM

51
#312 - vimgolfer / @vimgolf321

09/18/2022 at 05:26AM

51
#313 - reteach / @roblox_reteach

03/24/2023 at 03:38PM

53
#314 - Daniel Enrico Botta / @danenbo

07/27/2022 at 01:37PM

53
#315 - Eric Bonet / @ericcbonet

10/23/2022 at 09:19AM

53
#316 - Hugo Tai / @HugoTai100

02/09/2023 at 08:29AM

53
#317 - Varun Ramesh / @varun_rameshh

07/11/2023 at 05:40AM

54
#318 - ohwell / @KiranClose

07/30/2022 at 02:17PM

54
#319 - harish dudi / @harishd91170803

01/28/2023 at 02:28PM

55
#320 - Van / @dangtrivan15

09/04/2022 at 07:57AM

55
#321 - Thermospore / @Thermospore

05/20/2024 at 11:43AM

57
#322 - 생각하자. / @infinitekh

11/01/2022 at 12:05PM

58
#323 - 深窓の令嬢@ドクター / @arbino1031

09/07/2022 at 07:43AM

60
#324 - 0xf89 / @0xf89

02/18/2023 at 01:38PM

60
#325 - Bro / @SpeorgNot

09/22/2023 at 09:25PM

61
#326 - Torin Rudeen / @torinmr

11/07/2023 at 06:33PM

61
#327 - Cindy Zhang / @zcin

01/05/2024 at 06:09AM

63
#328 - Jakob Weickmann / @jweickm

11/28/2023 at 04:38PM

65
#329 - Max Over / @MaxOver79910574

12/11/2022 at 09:55PM

67
#330 - satake0916 / @satake0916

12/22/2023 at 03:55AM