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 by @GavinKoeng:

Unlock 20 remaining solutions by signing in and submitting your own entry
Created by: @rax0m

67 active golfers, 278 entries

Solutions by @GavinKoeng:
41
#14 - Gavin / @GavinKoeng

01/14/2026 at 03:12AM

41
#>14 - Gavin / @GavinKoeng

01/14/2026 at 03:13AM

41
#>14 - Gavin / @GavinKoeng

01/14/2026 at 03:15AM

43
#>21 - Gavin / @GavinKoeng

01/14/2026 at 03:10AM

44
#>23 - Gavin / @GavinKoeng

01/14/2026 at 03:10AM

46
#>27 - Gavin / @GavinKoeng

01/14/2026 at 03:08AM

46
#>27 - Gavin / @GavinKoeng

01/14/2026 at 03:09AM

48
#>29 - Gavin / @GavinKoeng

01/14/2026 at 03:07AM

55
#>31 - Gavin / @GavinKoeng

01/14/2026 at 03:06AM

56
#>33 - Gavin / @GavinKoeng

01/14/2026 at 02:58AM

57
#>35 - Gavin / @GavinKoeng

01/14/2026 at 02:56AM

60
#>39 - Gavin / @GavinKoeng

01/14/2026 at 02:54AM

61
#>40 - Gavin / @GavinKoeng

01/14/2026 at 02:53AM

62
#>42 - Gavin / @GavinKoeng

01/14/2026 at 02:52AM

63
#>43 - Gavin / @GavinKoeng

01/14/2026 at 02:51AM

64
#>44 - Gavin / @GavinKoeng

01/14/2026 at 02:49AM

65
#>44 - Gavin / @GavinKoeng

01/14/2026 at 02:48AM

69
#>45 - Gavin / @GavinKoeng

01/14/2026 at 02:47AM

71
#>45 - Gavin / @GavinKoeng

01/14/2026 at 02:37AM

101
#>62 - Gavin / @GavinKoeng

01/14/2026 at 02:34AM