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 9v0067a47b9200000000069f

Reordering properties

Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.

Start file
#topbar {
  background
-image: url("images/abc.png");
  background
-position: 12px 13px;
  font
-size: 1px;
  left
: 36px;
  margin
-top: 10px;
  position
: relative;
  top
: 23px;
  vertical
-align: middle;
  width
: 200px;
}

#topbar .logo {
  top
: 50%;
  position
: absolute;
  left
: 20px;
  transform
: translateY(-50%);
  font
-size: 28px;
  font
-weight: bold;
  color
: #fff;
  text
-transform: uppercase;
  letter
-spacing: 1px;
}
End file
#topbar {
  top
: 23px;
  left
: 36px;
  width
: 200px;
  font
-size: 1px;
  margin
-top: 10px;
  position
: relative;
  vertical
-align: middle;
  background
-position: 12px 13px;
  background
-image: url("images/abc.png");
}

#topbar .logo {
  top
: 50%;
  left
: 20px;
  color
: #fff;
  font
-size: 28px;
  font
-weight: bold;
  position
: absolute;
  letter
-spacing: 1px;
  text
-transform: uppercase;
  transform
: translateY(-50%);
}

View Diff

2,4c2
<   background-image: url("images/abc.png");
<   background-position: 12px 13px;
<   font-size: 1px;
---
>   top: 23px;
5a4,5
>   width: 200px;
>   font-size: 1px;
8d7
<   top: 23px;
10c9,10
<   width: 200px;
---
>   background-position: 12px 13px;
>   background-image: url("images/abc.png");
15d14
<   position: absolute;
17c16
<   transform: translateY(-50%);
---
>   color: #fff;
20,21c19
<   color: #fff;
<   text-transform: uppercase;
---
>   position: absolute;
22a21,22
>   text-transform: uppercase;
>   transform: translateY(-50%);

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 131 remaining solutions by signing in and submitting your own entry
#132 rsh / @rei-shaholli - Score: 242 - 04/02/25 @ 04:39
j/top: 23<CR>ddkkkkkkkllllllp/left: 36<CR>ddkkkk$p/width:200<BS><BS><BS> 2<CR>dd?backend<BS><BS><BS>ground-i<CR>k$p/font-size: 1<CR>dd2kP2jjdd2kP3jdd2kP3jdd2kP2jdd2k$p/left: 2<CR>ddkP/color<CR>dd?tran<CR>k$puuddjjkkkkkkP/font-size: 28<CR>ddkkP/font-we<CR>ddjjkkkkP/<Esc>/lett<CR>ddkkk$pjjddkP:wq!<CR>

0 comments


Created by: @maharba6

132 active golfers, 473 entries

Leaderboard (lowest score wins):
102
#91 - winter-loo / @winter-loo

03/31/2025 at 10:20PM

102
#92 - Leon Kacowicz / @leonkacowicz

04/27/2025 at 02:19PM

103
#93 - Thor Döör / @throwpedro

03/14/2025 at 02:27PM

103
#94 - nlampetis / @nlampetis

04/24/2025 at 07:44AM

104
#95 - Dev / @DevSharma19

04/20/2025 at 01:26AM

106
#96 - kevincking1986 / @kevincking1986

03/23/2025 at 07:59PM

106
#97 - cenan ozen / @cenan

04/05/2025 at 03:10PM

106
#98 - jvegar / @jvegar

04/21/2025 at 09:20PM

107
#99 - Guakk / @ANewProfile

04/15/2025 at 12:32PM

109
#100 - Pieter-Jan Tuytschaever / @ptuytsch

03/28/2025 at 06:42PM

110
#101 - Staffan Sandberg / @Sandsten

03/28/2025 at 05:20PM

112
#102 - a94qu0402 / @a94qu0402

02/25/2025 at 03:21PM

114
#103 - Andrii / @JustLinuxUser

04/25/2025 at 11:06PM

114
#104 - rellarda / @rellarda

04/27/2025 at 05:44PM

115
#105 - TurtleMeds / @TurtleMeds

04/23/2025 at 05:44PM

117
#106 - Ava Gunn / @ava-gunn

03/01/2025 at 07:56PM

117
#107 - Oli / @olileung

03/14/2025 at 10:46AM

118
#108 - Noah Moss / @noahmoss

04/04/2025 at 04:06AM

121
#109 - GregoryDi / @GregoryDi

03/01/2025 at 02:53PM

121
#110 - Temp Dev / @TempDev9

04/20/2025 at 04:08PM

124
#111 - xjerrod / @xjerrod

03/26/2025 at 11:35PM

127
#112 - Alexey Kerpel / @Ekkana

03/16/2025 at 04:23PM

128
#113 - Alain Schaerer / @alainschaerer

04/01/2025 at 11:48AM

129
#114 - Kevin Gandolfi / @kevinGandolfi

04/16/2025 at 08:44PM

133
#115 - Will Hoag / @willhoag

04/15/2025 at 06:27PM

137
#116 - Darius Smaliukas / @daraz999

04/25/2025 at 10:46AM

139
#117 - Adam Gaskins / @AdamGaskins

04/07/2025 at 08:01PM

141
#118 - Posix / @po6ix

03/16/2025 at 09:15PM

143
#119 - み かん / @chii_mikan

04/15/2025 at 11:00AM

143
#120 - ambrozf / @ambrozf

04/23/2025 at 08:19AM