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 5f7337a3a22d0c0009268605

ssh config skills

Parse output from `kuebctl get no -o wide` into an .ssh/config file!

Start file
master-0-pccc-269-4                Ready                      master   5d3h   v1.18.2   10.0.10.10    <none>
worker
-pool1-07p524t4-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.17    <none>
worker
-pool1-2l7ogj75-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.18    <none>
worker
-pool1-3qrc0j0w-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.4     <none>
worker
-pool1-4qo9q5zu-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.6     <none>
worker
-pool1-c624wl6q-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.13    <none>
worker
-pool1-c8b1h8vv-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.36    <none>
worker
-pool1-hdas516w-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.2     <none>
worker
-pool1-i3gil9z5-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.22    <none>
worker
-pool1-iwnlys88-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.12    <none>
worker
-pool1-nhw7dtfw-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.24    <none>
worker
-pool1-s2y990ll-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.21    <none>
worker
-pool1-skqyxr40-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.27    <none>
End file
host master
  hostname
10.0.10.10

host
07
  hostname
10.0.10.17

host
2l
  hostname
10.0.10.18

host
3q
  hostname
10.0.10.4

host
4q
  hostname
10.0.10.6

host c6
  hostname
10.0.10.13

host c8
  hostname
10.0.10.36

host hd
  hostname
10.0.10.2

host i3
  hostname
10.0.10.22

host iw
  hostname
10.0.10.12

host nh
  hostname
10.0.10.24

host s2
  hostname
10.0.10.21

host sk
  hostname
10.0.10.27

View Diff

1,13c1,38
< master-0-pccc-269-4                Ready                      master   5d3h   v1.18.2   10.0.10.10    <none>
< worker-pool1-07p524t4-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.17    <none>
< worker-pool1-2l7ogj75-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.18    <none>
< worker-pool1-3qrc0j0w-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.4     <none>
< worker-pool1-4qo9q5zu-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.6     <none>
< worker-pool1-c624wl6q-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.13    <none>
< worker-pool1-c8b1h8vv-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.36    <none>
< worker-pool1-hdas516w-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.2     <none>
< worker-pool1-i3gil9z5-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.22    <none>
< worker-pool1-iwnlys88-pccc-269-4   Ready                      worker   5d2h   v1.18.2   10.0.10.12    <none>
< worker-pool1-nhw7dtfw-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.24    <none>
< worker-pool1-s2y990ll-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.21    <none>
< worker-pool1-skqyxr40-pccc-269-4   Ready,SchedulingDisabled   worker   5d2h   v1.18.2   10.0.10.27    <none>
---
> host master
>   hostname 10.0.10.10
>
> host 07
>   hostname 10.0.10.17
>
> host 2l
>   hostname 10.0.10.18
>
> host 3q
>   hostname 10.0.10.4
>
> host 4q
>   hostname 10.0.10.6
>
> host c6
>   hostname 10.0.10.13
>
> host c8
>   hostname 10.0.10.36
>
> host hd
>   hostname 10.0.10.2
>
> host i3
>   hostname 10.0.10.22
>
> host iw
>   hostname 10.0.10.12
>
> host nh
>   hostname 10.0.10.24
>
> host s2
>   hostname 10.0.10.21
>
> host sk
>   hostname 10.0.10.27

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 65 remaining solutions by signing in and submitting your own entry
#66 Zain.Edogawa / @EdogawaZain - Score: 500 - 07/14/22 @ 17:37
<Esc>ihost <Esc>wwd5W<Esc><Esc>:%s<<BS>/<none>//<CR><Esc>:5s<BS><BS>%s/worker-pool1-/hostan<BS><BS> /<CR><Esc>w<Right><Right><C-V>kkkkkkkkkkklllll5W<Left>x<C-V>jjjjjjjjjjjjjjjWwww<Esc><Esc><Esc><C-V>kkkkkkkkkkkkkjhhhxjjxjkx<Esc>ujkkjjjjjkkjjjjkkllxiii<Esc>u<Esc>kkklxklllkkkkllllllllllllxxxx<Esc>hhhhhhhhh<Esc>:%s/10.10<BS><BS>0.10/hostname 10.0.10/<CR><Esc><Right><Right><Right><Right><Right><Right><Right><C-V>kkkkkkkkkkkI<CR>  <Esc><Esc><Esc>jww<Esc>blli<CR>  <Esc>jjlllllkli<CR>  <Esc>jwlli<CR>  <Esc>o<Esc>jllllli<CR>  <Esc><Esc>o<Esc>jllllli<CR>  <Esc><Esc>jww<Esc>blli<CR>  <Esc><Esc>o<Esc>jllllli<CR>  <Esc><Esc>o<Esc>jww<Esc>b;;lli<CR>  <Esc>o<CR><Esc><Esc>dd<Esc>ww<Esc>blli<CR>  <Esc>o<Esc>jllllli<CR>  <Esc>o<Esc>kjkjjllllli<CR>  <Esc><Esc>ggww<Esc>b;;lllllli<CR>  <Esc><Esc><Esc>o<Esc>jj<Esc>o<Esc>jj<Esc>o<Esc><Esc>jj<Esc>o<Esc><Esc><Esc><Esc>jjjjjjjj<Esc>o<Esc><Esc>jjjjjjjjjjjjjjjjjjjjj<Esc><Esc>:x<CR>

0 comments


Created by: @rax0m

66 active golfers, 258 entries

Leaderboard (lowest score wins):
56
#31 - mstronam / @mstronam

10/01/2020 at 08:40AM

56
#32 - Demian Martinez / @demianuco

11/02/2020 at 11:59AM

57
#33 - Vildu / @Vildu3

09/29/2020 at 10:30PM

57
#34 - Nick Repetti / @nick_repetti

09/23/2021 at 07:38PM

58
#35 - ndaval / @ndaval

01/14/2024 at 03:03PM

59
#36 - Brad Hubbard / @BradHubbard19

10/08/2020 at 08:26AM

60
#37 - wilsonept / @wilsonept1

10/24/2020 at 12:23AM

60
#38 - pikjes / @pikjes2

03/21/2021 at 04:56PM

61
#39 - Snurli / @Snurlipus

11/21/2021 at 08:39PM

62
#40 - Jeff Cui / @jeffacce

10/13/2020 at 12:37PM

62
#41 - math is what I hate / @mpnmbn

06/12/2022 at 02:54PM

63
#42 - Oleg / @colega

09/29/2020 at 07:24PM

64
#43 - POSIX / @po6ix

01/07/2022 at 11:31AM

69
#44 - grsh / @girish_i_am

05/27/2021 at 09:30AM

74
#45 - Mark Korondi / @kmarc

10/09/2020 at 03:49PM

75
#46 - :wq / @write_quit_22

05/19/2021 at 07:28AM

75
#47 - Marco Meinardi / @Kee__no

12/30/2022 at 05:40PM

78
#48 - Yannick / @Yannick88147038

10/10/2020 at 02:23PM

78
#49 - FunkyKoval / @FunkyKoval10

10/12/2020 at 06:12PM

78
#50 - Leland Paul Kusmer / @lelandpaul

10/23/2020 at 02:40PM

78
#51 - D G G / @DGJourneyman

02/20/2023 at 10:50AM

82
#52 - Brendan Schaenzer / @bschaenzer

09/29/2020 at 07:08PM

82
#53 - João Carvalho / @joaoCarvas

09/29/2020 at 09:21PM

83
#54 - Hommels / @pseudohommels

10/26/2021 at 03:46AM

89
#55 - Emil Abraham / @emil1414

09/29/2020 at 07:18PM

91
#56 - Haruaki Tomida / @haruyan-hopemucci

12/09/2024 at 05:14AM

96
#57 - Никита Семёнов / @NiKoS1707

04/14/2022 at 12:36PM

97
#58 - Anthony Asp / @AnthonyAsp3

03/24/2022 at 07:58PM

98
#59 - Siddharth Murali / @SidTweetsALess

07/02/2022 at 02:52PM

98
#60 - Himanshu Tank / @himanshutank75

11/02/2022 at 09:45AM