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):
98
#61 - nickGPT / @nickandbro

08/24/2024 at 04:19AM

106
#62 - Chris Conte / @chriscconte

10/05/2020 at 08:31PM

122
#63 - Hossein Yousefi 💙 / @u_hossein

09/07/2021 at 10:00PM

155
#64 - Oleg-Rudko / @Oleg-Rudko

12/07/2023 at 12:53AM

311
#65 - just here to scroll. / @idontknow0001

10/03/2020 at 02:27PM

500
#66 - Zain.Edogawa / @EdogawaZain

07/14/2022 at 05:37PM