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 276 remaining solutions by signing in and submitting your own entry
#277 hartun9 / @hartun9 - Score: 284 - 10/03/25 @ 05:35
<Esc>jjjjjjjddkkkkkkpkddjjjjjjjjjjjjjjjjjjj%p<50-53><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><0xe3><0x81><0xa3><Esc>[201~<BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><Esc>u<Esc>kkkkkkkkkkkkkkkkkddkkkpjjjjjjjkddkkkkkkpjjddkkpjjddkkpjjddkpddkkpjjjjjjjjjjjjjjjyVykkkkkkkkkkkkkkpjddkkkpjjjjjjjjddkkpjjjjjddkkkkkpjjjddkkkpjjjddkkkpjjjjddkkkpjkjjjddkkddjkp<Esc>:wq<CR>

0 comments


Created by: @maharba6

277 active golfers, 1212 entries

Leaderboard (lowest score wins):
124
#241 - xjerrod / @xjerrod

03/26/2025 at 11:35PM

126
#242 - Daniel Jahn (dahn) / @DahnJ

05/28/2025 at 09:32PM

127
#243 - Alexey Kerpel / @Ekkana

03/16/2025 at 04:23PM

127
#244 - KiteChin / @KiteChin

12/13/2025 at 09:27AM

128
#245 - Alain Schaerer / @alainschaerer

04/01/2025 at 11:48AM

129
#246 - Kevin Gandolfi / @kevinGandolfi

04/16/2025 at 08:44PM

129
#247 - Atharva / @atharvaM04

06/18/2025 at 12:57PM

132
#248 - Mustafa / @Mustafa-code-95

02/08/2026 at 09:46AM

133
#249 - Will Hoag / @willhoag

04/15/2025 at 06:27PM

135
#250 - zirb / @zirb

01/09/2026 at 12:01AM

136
#251 - cjmHK / @cjmHK

03/19/2026 at 02:27AM

137
#252 - Darius Smaliukas / @daraz999

04/25/2025 at 10:46AM

138
#253 - M L / @Mechse

08/28/2025 at 12:04PM

139
#254 - Adam Gaskins / @AdamGaskins

04/07/2025 at 08:01PM

141
#255 - Posix / @po6ix

03/16/2025 at 09:15PM

143
#256 - み かん / @chii_mikan

04/15/2025 at 11:00AM

143
#257 - ambrozf / @ambrozf

04/23/2025 at 08:19AM

145
#258 - vishnu6174 / @vishnu6174

07/05/2025 at 08:21PM

145
#259 - pratik Sharma / @pratikshrma

10/31/2025 at 08:16PM

149
#260 - grogloog / @grogloog

04/10/2025 at 02:24PM

154
#261 - Piyansh Kumar / @PiyanshK

02/25/2025 at 05:51AM

155
#262 - patosgui / @patosgui

04/05/2025 at 08:49PM

157
#263 - xuexcy / @xuexcy

03/23/2025 at 05:34PM

165
#264 - bqle / @bqle

02/22/2025 at 04:09PM

165
#265 - Weikjssss / @Weikjssss

03/31/2025 at 01:38PM

167
#266 - Beuzz / @Beuzz64

12/05/2025 at 11:42AM

171
#267 - bilichijing / @bilichijing

03/19/2025 at 03:03PM

173
#268 - Michael Lisitsa / @michaellisitsa

02/16/2025 at 10:26AM

180
#269 - AnasTheOne / @AnasTheOne

04/27/2025 at 12:28PM

180
#270 - Mohammad Shohan / @shohan11d

11/25/2025 at 06:53PM