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

348 active golfers, 1661 entries

Leaderboard (lowest score wins):
50
#211 - KoroneListener / @KoroneListener

09/04/2024 at 03:33PM

50
#212 - BrandonChenZT / @BrandonChenZT

11/03/2024 at 03:15AM

51
#213 - editor3D / @editor3D

07/13/2021 at 04:23PM

51
#214 - Michel Desjardins / @M8_Ofthegarden

08/10/2021 at 11:51PM

51
#215 - Laurent Isenegger / @lisenegger

03/23/2022 at 03:51PM

51
#216 - タケ / @Take3832

04/23/2022 at 03:21PM

51
#217 - Tatum Roaquin / @tatumroaquin

05/20/2024 at 08:30AM

51
#218 - Don'tBeAlarmed / @DontBeAlarmed

05/29/2024 at 06:19AM

52
#219 - Un Extraño / @link145m

07/30/2021 at 11:22PM

52
#220 - Connor / @ronnocthered

08/15/2021 at 04:12AM

52
#221 - ya-suke / @ysxninja

02/09/2022 at 01:26PM

52
#222 - Rodney Visser / @_Radnus

03/16/2022 at 03:18PM

52
#223 - Ian Horton / @IAMIANHORTON

04/17/2023 at 08:18AM

53
#224 - yeonlee / @yeonlee13820351

11/09/2021 at 12:49PM

53
#225 - Day / @Day_vimgolf

12/07/2021 at 07:47AM

53
#226 - yxke / @_yxke

12/17/2021 at 03:26AM

53
#227 - Cyber Security Daily News / @can_uygan

03/28/2022 at 10:52PM

53
#228 - Javier Contreras / @contranton

05/04/2022 at 06:42PM

54
#229 - Dominic Nunes / @domi91c

07/23/2021 at 03:15AM

54
#230 - Arryue / @Arryue2

07/31/2021 at 05:18PM

54
#231 - Craig Euler / @euler_craig

09/26/2021 at 02:08AM

54
#232 - cowai / @cowai

10/14/2021 at 06:51PM

55
#233 - Sergio / @SergioVl12

07/24/2021 at 05:00AM

55
#234 - e1mnos / @e1mnos

08/10/2021 at 11:20AM

55
#235 - jdfgjhsbd / @bli231957

09/04/2021 at 03:04PM

55
#236 - Chun Chanjun / @CChanjun

11/19/2021 at 01:48PM

55
#237 - sfsbeaetwafwear / @sfsbeaetwafwear

01/29/2022 at 05:21PM

55
#238 - jessepye / @jessepye

01/30/2022 at 04:14AM

55
#239 - pu๊b / @rtapayahc

03/02/2022 at 03:15PM

55
#240 - M Joc / @MJoc72389438

06/25/2022 at 05:35PM