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):
80
#151 - kooxn / @kooxn

05/11/2025 at 01:04PM

80
#152 - 0xf00ff00f / @0xf00ff00f

05/15/2025 at 03:07PM

80
#153 - Juan P. Rocha Amado / @jprocha84

05/18/2025 at 05:29AM

80
#154 - 초롱이 / @treebird82

01/13/2026 at 05:31AM

80
#155 - Toby Davis / @Pencilcaseman

02/22/2026 at 05:05AM

81
#156 - chujDK / @chujDK

02/25/2025 at 02:32AM

81
#157 - Manuel Boldrer / @manuelboldrer

03/03/2025 at 09:57PM

81
#158 - PBD / @ItsQuark

07/01/2025 at 01:34PM

81
#159 - Josh Peterson / @joshuapeterson4

11/21/2025 at 02:26PM

81
#160 - Swaraj Dash / @swarajdash

12/20/2025 at 08:14PM

82
#161 - Paul Müller / @Paulmue0

05/28/2025 at 11:54PM

83
#162 - jimmymills / @jimmymills

05/09/2025 at 07:21PM

83
#163 - Gianluca Towae / @GianlucaTowae

05/22/2025 at 10:35AM

83
#164 - Leonardo Dipilato / @LeonardoDipilato

06/02/2025 at 01:58PM

83
#165 - SynHD900 / @SynHD900

06/29/2025 at 08:34AM

84
#166 - vill / @villish

02/16/2025 at 05:50PM

84
#167 - teruko / @treebookboat

03/08/2025 at 03:36PM

84
#168 - Minzenkatze / @Minzenkatze

04/19/2025 at 05:11PM

84
#169 - Baal_966 / @Baal_966

04/24/2025 at 07:33PM

85
#170 - rhysmaiden / @rhysmaiden

02/06/2025 at 03:49PM

86
#171 - Berk Güler / @Wondrous27

04/28/2025 at 08:46PM

86
#172 - Edward Minnix III / @egregius313

06/25/2025 at 12:48PM

86
#173 - Drake Brown / @brownthesr

07/20/2025 at 10:15PM

87
#174 - cyhor / @cyhor

04/25/2025 at 04:08PM

87
#175 - Khadidja Arezki / @KhadidjaArezki

04/26/2025 at 11:02PM

87
#176 - EdgarQuinonez / @EdgarQuinonez

08/11/2025 at 10:26PM

87
#177 - Seagull2004 / @Seagull2004

12/15/2025 at 10:33AM

88
#178 - Scott Callaway / @scallaway

05/12/2025 at 03:05PM

88
#179 - AlainVimmer / @AlainVimmer

07/16/2025 at 02:46AM

90
#180 - AdonaIsium / @AdonaIsium

05/05/2025 at 03:04AM