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 295 remaining solutions by signing in and submitting your own entry
#296 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

296 active golfers, 1404 entries

Leaderboard (lowest score wins):
52
#181 - ya-suke / @ninja__01

02/09/2022 at 01:26PM

52
#182 - Rodney Visser / @_Radnus

03/16/2022 at 03:18PM

52
#183 - Ian Horton / @IAMIANHORTON

04/17/2023 at 08:18AM

53
#184 - yeonlee / @yeonlee13820351

11/09/2021 at 12:49PM

53
#185 - Day / @Day_vimgolf

12/07/2021 at 07:47AM

53
#186 - yxke / @_yxke

12/17/2021 at 03:26AM

53
#187 - Cyber Security Daily News / @can_uygan

03/28/2022 at 10:52PM

53
#188 - Javier Contreras / @contranton

05/04/2022 at 06:42PM

54
#189 - Dominic Nunes / @domi91c

07/23/2021 at 03:15AM

54
#190 - Arryue / @Arryue2

07/31/2021 at 05:18PM

54
#191 - Craig Euler / @euler_craig

09/26/2021 at 02:08AM

54
#192 - cowai / @cowai

10/14/2021 at 06:51PM

55
#193 - Sergio / @SergioVl12

07/24/2021 at 05:00AM

55
#194 - e1mnos / @e1mnos

08/10/2021 at 11:20AM

55
#195 - jdfgjhsbd / @bli231957

09/04/2021 at 03:04PM

55
#196 - Chun Chanjun / @CChanjun

11/19/2021 at 01:48PM

55
#197 - sfsbeaetwafwear / @sfsbeaetwafwear

01/29/2022 at 05:21PM

55
#198 - jessepye / @jessepye

01/30/2022 at 04:14AM

55
#199 - pu๊b / @rtapayahc

03/02/2022 at 03:15PM

55
#200 - M Joc / @MJoc72389438

06/25/2022 at 05:35PM

56
#201 - Patrick Martin / @PatrickDMartin

06/29/2021 at 08:03AM

56
#202 - Michael / @thscuriousquest

07/25/2021 at 03:21PM

56
#203 - Bo Xie / @iebox

09/04/2021 at 02:53PM

56
#204 - e_e / @eleloi

02/12/2023 at 05:28PM

57
#205 - brent / @brent65628714

07/25/2021 at 01:30PM

57
#206 - Alaris Morissette / @Alaris_Villain

08/12/2021 at 05:11AM

57
#207 - philip / @philip5530

03/02/2022 at 04:17PM

57
#208 - Vinay Sridhar / @kewllip

03/12/2023 at 12:41PM

58
#209 - Henry Blevins / @HenryBlevins

07/04/2021 at 05:50PM

58
#210 - 盧小小 / @VegetaLu

04/01/2022 at 06:07PM