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

290 active golfers, 1371 entries

Leaderboard (lowest score wins):
59
#211 - Nougatine Naja / @NougatineNaja

01/11/2022 at 12:31PM

59
#212 - Brett Bender / @brttbndr

02/25/2022 at 05:14AM

59
#213 - Fedleder / @fedleder

04/24/2022 at 11:50AM

59
#214 - 𓁹 / @antograb

11/09/2022 at 06:42PM

60
#215 - A White Dwarf / @AWhiteDwarf1

06/28/2021 at 10:58PM

60
#216 - br_bookbinder / @br_bookbinder

07/02/2021 at 06:20AM

60
#217 - Rick de chez Gnous / @GnousRick

07/09/2021 at 10:07AM

60
#218 - noname / @1____NULL____0

07/11/2021 at 07:41PM

60
#219 - Bruce Lee / @BruceLeeIII

07/21/2021 at 10:08PM

60
#220 - Professor of Canine Ludology / @EthanMcQuarrie

08/13/2021 at 04:38AM

60
#221 - Michael / @triorph

11/09/2021 at 07:35AM

60
#222 - PINGU / @PINGU79544082

12/04/2021 at 03:43PM

60
#223 - 모정건 / @treebird82

02/01/2022 at 12:42AM

61
#224 - CDRdude / @CDRdude

07/07/2021 at 06:34PM

61
#225 - 真原 / @mahala_coder

09/03/2021 at 10:26AM

61
#226 - zai / @zaidhaaan

09/11/2021 at 04:55PM

61
#227 - Brendan Holmes / @bdholmes

02/02/2022 at 10:18PM

61
#228 - Zhou Jiazheng / @ZhouJiazheng0

02/21/2023 at 09:22AM

62
#229 - Babil G. Sarwar / @gsbabil

08/16/2021 at 11:31AM

62
#230 - Volatus / @MasterVolatus

09/18/2021 at 09:39PM

62
#231 - Snurli / @Snurlipus

11/20/2021 at 03:39PM

62
#232 - Nils Melchert / @NilsMelchert

03/15/2022 at 08:52AM

62
#233 - 강태화 / @kangtaehwa1234

03/18/2022 at 08:28AM

62
#234 - Kwizer / @kwizer

05/29/2022 at 10:39AM

62
#235 - Simon Carrignon / @SimonCarrignon

12/01/2022 at 05:29PM

63
#236 - James Troeth / @Troffy78

07/11/2021 at 09:44AM

63
#237 - Armand Coretchi / @armandcoretchi_

08/13/2021 at 03:17PM

63
#238 - Jason Kuan | jasonkuan.eth / @Jason9075Kuan

04/11/2022 at 03:03AM

64
#239 - Daniel / @DClementePoker

07/22/2021 at 02:47PM

64
#240 - samodostal / @samodostal

08/02/2021 at 12:30PM