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):
74
#61 - Michael Barry / @barryCrunch

04/15/2025 at 07:04PM

75
#62 - sehoon900811 / @sehoon900811

03/21/2025 at 02:54PM

75
#63 - Etienne.bfx / @etiennebonnafoux

04/24/2025 at 09:40AM

76
#64 - Ming / @x51ming

04/19/2025 at 03:57PM

76
#65 - lvilour / @lvilour

04/27/2025 at 09:16PM

77
#66 - Triver1 / @Triver1

03/09/2025 at 01:21PM

77
#67 - Jurn Wubben / @jsw08

04/02/2025 at 03:35PM

78
#68 - ProGamerYeet / @ProGamerYeet

03/24/2025 at 01:51PM

79
#69 - Ryo3110 / @r-3110

03/01/2025 at 05:59AM

80
#70 - Sandy1796ii / @Sandy1796ii

02/15/2025 at 10:25PM

80
#71 - Bruno Cunha / @bruncun

03/02/2025 at 10:58PM

80
#72 - IroncladDev / @IroncladDev

04/23/2025 at 11:58PM

81
#73 - chujDK / @chujDK

02/25/2025 at 02:32AM

81
#74 - Manuel Boldrer / @manuelboldrer

03/03/2025 at 09:57PM

84
#75 - vill / @villish

02/16/2025 at 05:50PM

84
#76 - teruko / @treebookboat

03/08/2025 at 03:36PM

84
#77 - Minzenkatze / @Minzenkatze

04/19/2025 at 05:11PM

84
#78 - Baal_966 / @Baal_966

04/24/2025 at 07:33PM

85
#79 - rhysmaiden / @rhysmaiden

02/06/2025 at 03:49PM

87
#80 - cyhor / @cyhor

04/25/2025 at 04:08PM

87
#81 - Khadidja Arezki / @KhadidjaArezki

04/26/2025 at 11:02PM

91
#82 - Dane D / @DaneD3D

04/02/2025 at 09:31PM

91
#83 - Christopher Jensen / @cjensen5011

04/18/2025 at 09:05PM

92
#84 - Dylan / @dylancobb

03/03/2025 at 11:07PM

93
#85 - HADIOUCHE Azouaou / @Thoro-las

03/28/2025 at 04:16PM

96
#86 - Andrew Sauber / @asauber

03/19/2025 at 02:30PM

96
#87 - DeniseBryson / @DeniseBryson

04/21/2025 at 06:23PM

97
#88 - ak@developer / @Ajay-056

04/19/2025 at 03:58PM

101
#89 - lovebigwei / @lovebigwei

04/15/2025 at 08:43AM

102
#90 - Yohans Hailu kasaw / @yohans-kasaw

02/16/2025 at 06:55PM