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 197 remaining solutions by signing in and submitting your own entry
#198 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

198 active golfers, 831 entries

Leaderboard (lowest score wins):
75
#91 - Etienne.bfx / @etiennebonnafoux

04/24/2025 at 09:40AM

75
#92 - Matthew Cooper / @mkcmkc

06/03/2025 at 01:26AM

76
#93 - Ming / @x51ming

04/19/2025 at 03:57PM

76
#94 - lvilour / @lvilour

04/27/2025 at 09:16PM

77
#95 - Triver1 / @Triver1

03/09/2025 at 01:21PM

77
#96 - Jurn Wubben / @jsw08

04/02/2025 at 03:35PM

77
#97 - Hector Bjernersjö / @HectorBjernersjo

05/06/2025 at 06:48PM

77
#98 - Robert Gu / @ArchWand

05/21/2025 at 04:17AM

78
#99 - ProGamerYeet / @ProGamerYeet

03/24/2025 at 01:51PM

79
#100 - Ryo3110 / @r-3110

03/01/2025 at 05:59AM

79
#101 - Adrian Lym / @AJGamma

05/19/2025 at 08:07AM

80
#102 - Sandy1796ii / @Sandy1796ii

02/15/2025 at 10:25PM

80
#103 - Bruno Cunha / @bruncun

03/02/2025 at 10:58PM

80
#104 - IroncladDev / @IroncladDev

04/23/2025 at 11:58PM

80
#105 - kooxn / @kooxn

05/11/2025 at 01:04PM

80
#106 - 0xf00ff00f / @0xf00ff00f

05/15/2025 at 03:07PM

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

05/18/2025 at 05:29AM

81
#108 - chujDK / @chujDK

02/25/2025 at 02:32AM

81
#109 - Manuel Boldrer / @manuelboldrer

03/03/2025 at 09:57PM

81
#110 - ItsQuark / @ItsQuark

07/01/2025 at 01:34PM

82
#111 - Paul Müller / @Paulmue0

05/28/2025 at 11:54PM

83
#112 - jimmymills / @jimmymills

05/09/2025 at 07:21PM

83
#113 - Gianluca Towae / @GianlucaTowae

05/22/2025 at 10:35AM

83
#114 - Leonardo Dipilato / @LeonardoDipilato

06/02/2025 at 01:58PM

83
#115 - SynHD900 / @SynHD900

06/29/2025 at 08:34AM

84
#116 - vill / @villish

02/16/2025 at 05:50PM

84
#117 - teruko / @treebookboat

03/08/2025 at 03:36PM

84
#118 - Minzenkatze / @Minzenkatze

04/19/2025 at 05:11PM

84
#119 - Baal_966 / @Baal_966

04/24/2025 at 07:33PM

85
#120 - rhysmaiden / @rhysmaiden

02/06/2025 at 03:49PM