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

317 active golfers, 1505 entries

Leaderboard (lowest score wins):
44
#151 - Siddharth Murali / @SidTweetsALess

06/26/2022 at 02:21PM

44
#152 - Andrew Morris / @andrew_morris

07/13/2022 at 11:35PM

44
#153 - James / @Dronak

11/18/2022 at 09:35PM

45
#154 - Miles Edland / @asmilespeaks

07/13/2021 at 04:21AM

45
#155 - ดิว - รุจิภาส / @deadbook60

03/02/2022 at 11:39AM

45
#156 - steve / @steve35773420

11/12/2022 at 07:20PM

46
#157 - Niklas Gustafson / @GustafsonNiklas

04/09/2022 at 07:06AM

46
#158 - Joshua Philpott / @jphil529

12/12/2022 at 04:52PM

46
#159 - tneeds / @tneeds12

02/06/2023 at 01:54PM

46
#160 - usermod / @g_usermod

02/10/2023 at 07:48AM

46
#161 - 으앙 / @meri2727

10/12/2023 at 06:38AM

47
#162 - Clmi / @c_decaf

08/05/2021 at 04:57AM

47
#163 - Quentin Leroy / @qnleroy

08/20/2021 at 03:13PM

47
#164 - Gaulish_Coder / @GaulishC

11/15/2021 at 10:10PM

47
#165 - 박기창 / @baggichang3

12/02/2021 at 01:05PM

47
#166 - Mark Ridings / @ridings_mark

01/25/2022 at 07:57PM

47
#167 - math is what I hate / @mpnmbn

03/13/2022 at 09:53AM

47
#168 - ff df / @ffdf93207177

04/18/2022 at 06:18AM

47
#169 - Dank City / @ddankcity

12/05/2022 at 11:38PM

48
#170 - jd / @jdseamless

09/01/2021 at 03:19PM

48
#171 - Nick Repetti / @nick_repetti

09/24/2021 at 01:02AM

48
#172 - Fabian Ahbeck / @FAhbeck

10/08/2021 at 04:22PM

48
#173 - zendokite / @zendokite

10/22/2021 at 08:39AM

48
#174 - John Other / @john_other

10/24/2021 at 04:11AM

48
#175 - auruby / @HenGreneggs

11/02/2021 at 02:53AM

48
#176 - 박덕구 / @bagdeoggu

12/05/2021 at 07:52AM

48
#177 - jebit17322 / @jebit17322

05/05/2022 at 11:41PM

48
#178 - Ryan Murphy / @RyanMur03026891

05/10/2022 at 11:46PM

48
#179 - Driver / @zhouyijiaren

06/11/2022 at 12:49PM

48
#180 - LandR / @ListenAndR

11/01/2023 at 10:31PM