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

Plotting some variables in python

4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.

Start file
def Plot_All():
    plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
    plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
    plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
    plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
End file
def Plot_All():
    plt.plot(x1,abs(y1),color='k',lw=0.8,label="line #1")
    plt.plot(x2,abs(y2),color='b',lw=0.8,label="line #2")
    plt.plot(x3,abs(y3),color='r',lw=0.8,label="line #3")
    plt.plot(x4,abs(y4),color='g',lw=0.8,label="line #4")

View Diff

2,5c2,5
<     plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
<     plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
<     plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
<     plt.plot(x1,y1,color='k',lw=0.8,label="line #1")
---
>     plt.plot(x1,abs(y1),color='k',lw=0.8,label="line #1")
>     plt.plot(x2,abs(y2),color='b',lw=0.8,label="line #2")
>     plt.plot(x3,abs(y3),color='r',lw=0.8,label="line #3")
>     plt.plot(x4,abs(y4),color='g',lw=0.8,label="line #4")

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 304 remaining solutions by signing in and submitting your own entry
#305 Calarasanu Andrei / @_fanfani4_ - Score: 181 - 06/29/21 @ 09:01
jfy<C-V>4jIabs(<Esc>[1;5C<Esc>u<Esc>w)bBBkkkwwwwwwwww)(jf,f,i)<Esc>j<C-A>bbbbbbbi<BS>2)<Esc>ji<BS>3)<Esc>ji<BS>4)<Esc>bbbbkkk<C-A>bbbb<C-A>bbbb<C-X>bbbbb<C-A>jkuj<C-A>jb<C-A><C-A>bj<C-A><C-A><C-A>$<Left><BS>4a<BS>4<Up><BS>3<Up><BS>2<Esc>:wq<Esc><Esc>k0fya<Del>1<Esc>f;'<Esc>f'ja<Del>b<Down><BS>r<Down><BS>g<Esc>:wq<Esc>2kwwww<Del>0<Esc><Esc><Esc>f.f.i0<Esc>:wq<CR>

0 comments


Created by: @AWhiteDwarf1

305 active golfers, 1431 entries

Leaderboard (lowest score wins):
38
#91 - Shrutesh Patil / @patil_shrutesh

12/03/2021 at 12:06PM

38
#92 - maksimka / @maksimk91158264

02/14/2022 at 12:45PM

38
#93 - 马海洋 / @LG41bT7ZvqOdFl3

02/07/2023 at 08:22PM

39
#94 - Ethan Rietz / @EthanRietz

06/29/2021 at 02:51AM

39
#95 - Romain Heller / @Rom1deTroyes

06/29/2021 at 10:24AM

39
#96 - vimgolf_vinz / @VimgolfV

09/20/2021 at 03:42PM

39
#97 - Justin / @jtmusky

02/19/2022 at 09:21PM

39
#98 - nihilistkitten / @nihilistkitten1

04/16/2022 at 12:23AM

39
#99 - sdfghjk / @sdfghjk88424595

05/19/2022 at 05:00PM

40
#100 - Felix Boers / @felixboers

07/06/2021 at 05:48PM

40
#101 - Manas / @weirdsmiley_

07/29/2021 at 09:41AM

40
#102 - Andreas Siegrist / @andreaszwei

10/03/2021 at 02:10PM

40
#103 - BryanYan / @BryanGoesPlaces

10/15/2021 at 05:29AM

40
#104 - redraw / @redraw_

11/13/2021 at 04:16AM

40
#105 - Max Muster / @musterm0815

11/16/2021 at 11:07AM

40
#106 - unknown / @dongtaiwang1989

12/04/2021 at 05:37PM

40
#107 - Levi Wheeler / @LeviWhe68726437

05/19/2022 at 11:30PM

40
#108 - Lars Winderling / @kaHaleMaKai

12/01/2022 at 09:11PM

40
#109 - Иван / @wansmer

04/22/2023 at 10:46PM

41
#110 - mevmev / @mevmev8

07/21/2021 at 10:37PM

41
#111 - Jeff Cui / @jeffacce

07/24/2021 at 08:41AM

41
#112 - Herman Stavelin / @HsBruker

08/19/2021 at 10:56AM

41
#113 - Patrick Rainey / @PatrickJRainey

11/18/2021 at 11:26AM

41
#114 - $HA-|| / @s_k0731

11/30/2021 at 05:46PM

41
#115 - José Medrano / @happylilmexican

12/06/2021 at 09:06PM

41
#116 - stwice / @stwice

02/06/2022 at 05:54PM

41
#117 - Даня Ефимов / @Abberatus

02/14/2022 at 07:49PM

41
#118 - Mrmclarrinson / @mrmclarrinson

12/12/2022 at 11:32AM

41
#119 - Eugene Yalansky / @EugeneYalansky

06/21/2023 at 03:38AM

41
#120 - b1gz / @_b1gz

07/31/2023 at 10:16PM