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):
48
#31 - Hemram Kumarapu / @H4-MM-3R

04/10/2025 at 10:44AM

49
#32 - Muhamed Spahić / @muhamed1ism

02/27/2025 at 09:25PM

50
#33 - Paroxyss / @Paroxyss

02/06/2025 at 10:03AM

50
#34 - abgalphbetz / @abgalphabetz

03/14/2025 at 07:20PM

52
#35 - Seva163 / @Seva163

04/06/2025 at 10:53AM

52
#36 - daviddcox / @daviddcox

04/26/2025 at 03:23PM

54
#37 - Ocisaac / @Ocisaac

04/02/2025 at 07:09PM

54
#38 - humble-hyphen / @humble-hyphen

04/04/2025 at 10:13AM

55
#39 - Mikhail f. Shiryaev / @Felixoid

02/26/2025 at 04:09PM

56
#40 - Thiago M. de Oliveira / @thiagomoraisee

04/06/2025 at 07:07PM

56
#41 - ashfinal / @ashfinal

04/08/2025 at 03:34PM

56
#42 - Heitor Augusto / @HeitorAugustoLN

04/26/2025 at 10:25PM

57
#43 - KNAKAJIMA2 / @KNAKAJIMA2

03/22/2025 at 08:21AM

57
#44 - CronosH2O / @cronosh2o

04/27/2025 at 01:38AM

58
#45 - Shivanth MP / @shivanthzen

04/10/2025 at 05:50PM

58
#46 - RoundRobinHood / @RoundRobinHood

04/25/2025 at 05:18PM

59
#47 - Maxime Delhaye / @friphazeph

03/26/2025 at 04:44PM

59
#48 - Anaritus / @Anaritus

04/26/2025 at 12:44AM

60
#49 - jaunxter / @jaunxter

04/01/2025 at 04:57AM

63
#50 - Shoob / @martinshoob

03/26/2025 at 12:52PM

63
#51 - Jstrat / @jacob-stratford

04/04/2025 at 04:18AM

64
#52 - Jonas Krumm / @Dedphish

03/16/2025 at 04:31PM

65
#53 - George Mills / @jorge-mells

03/09/2025 at 05:49PM

65
#54 - Philip Brand / @PhilipB316

03/14/2025 at 11:43PM

67
#55 - ksn6 / @ksn6

04/20/2025 at 08:10AM

69
#56 - MatsVgn / @MatsVgn

04/10/2025 at 09:02AM

70
#57 - Oleksandr Zymohliad / @ozymohliad

04/23/2025 at 05:28PM

71
#58 - Theo Lincke / @lincketheo

04/07/2025 at 11:39PM

72
#59 - DaCoVI / @DaCoVI

04/28/2025 at 11:13AM

73
#60 - Kamal Aghayev / @agayev169

03/01/2025 at 07:01PM