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 by @winter-loo:

Unlock 60 remaining solutions by signing in and submitting your own entry
Created by: @maharba6

294 active golfers, 1336 entries

Solutions by @winter-loo:
27
#19 - winter-loo / @winter-loo

05/10/2026 at 11:22AM

30
#>21 - winter-loo / @winter-loo

05/10/2026 at 11:22AM

31
#>25 - winter-loo / @winter-loo

05/10/2026 at 11:22AM

35
#>28 - winter-loo / @winter-loo

05/10/2026 at 11:20AM

37
#>33 - winter-loo / @winter-loo

05/10/2026 at 11:07AM

37
#>33 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

37
#>33 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

38
#>42 - winter-loo / @winter-loo

05/10/2026 at 11:06AM

38
#>42 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

38
#>42 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

38
#>42 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

38
#>42 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

39
#>49 - winter-loo / @winter-loo

05/10/2026 at 11:06AM

39
#>49 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

40
#>51 - winter-loo / @winter-loo

05/10/2026 at 11:06AM

40
#>51 - winter-loo / @winter-loo

05/10/2026 at 11:08AM

40
#>51 - winter-loo / @winter-loo

05/10/2026 at 11:19AM

41
#>53 - winter-loo / @winter-loo

05/10/2026 at 11:06AM

41
#>53 - winter-loo / @winter-loo

05/10/2026 at 11:07AM

42
#>54 - winter-loo / @winter-loo

05/10/2026 at 11:05AM

43
#>61 - winter-loo / @winter-loo

05/10/2026 at 10:13AM

44
#>66 - winter-loo / @winter-loo

05/10/2026 at 10:13AM

44
#>66 - winter-loo / @winter-loo

05/10/2026 at 10:16AM

45
#>71 - winter-loo / @winter-loo

05/10/2026 at 10:12AM

46
#>72 - winter-loo / @winter-loo

05/10/2026 at 10:12AM

48
#>77 - winter-loo / @winter-loo

05/10/2026 at 10:11AM

49
#>78 - winter-loo / @winter-loo

05/10/2026 at 10:11AM

50
#>81 - winter-loo / @winter-loo

05/10/2026 at 10:11AM

53
#>86 - winter-loo / @winter-loo

05/10/2026 at 10:10AM

54
#>89 - winter-loo / @winter-loo

05/10/2026 at 10:10AM

55
#>92 - winter-loo / @winter-loo

05/10/2026 at 10:10AM

56
#>95 - winter-loo / @winter-loo

05/10/2026 at 10:09AM

57
#>97 - winter-loo / @winter-loo

05/10/2026 at 10:09AM

58
#>102 - winter-loo / @winter-loo

05/10/2026 at 10:08AM

59
#>106 - winter-loo / @winter-loo

03/18/2026 at 12:56AM

60
#>108 - winter-loo / @winter-loo

03/18/2026 at 12:09AM

62
#>110 - winter-loo / @winter-loo

03/17/2026 at 11:46PM

63
#>112 - winter-loo / @winter-loo

03/17/2026 at 11:16PM

64
#>116 - winter-loo / @winter-loo

03/17/2026 at 10:28PM

65
#>120 - winter-loo / @winter-loo

03/17/2026 at 09:53PM

66
#>124 - winter-loo / @winter-loo

03/17/2026 at 09:52PM

67
#>129 - winter-loo / @winter-loo

03/17/2026 at 09:52PM

68
#>130 - winter-loo / @winter-loo

03/17/2026 at 09:51PM

69
#>131 - winter-loo / @winter-loo

03/17/2026 at 09:50PM

70
#>135 - winter-loo / @winter-loo

03/17/2026 at 09:50PM

71
#>138 - winter-loo / @winter-loo

03/17/2026 at 09:49PM

75
#>147 - winter-loo / @winter-loo

03/17/2026 at 09:49PM

83
#>178 - winter-loo / @winter-loo

03/17/2026 at 09:48PM

84
#>182 - winter-loo / @winter-loo

03/17/2026 at 09:47PM

86
#>186 - winter-loo / @winter-loo

03/17/2026 at 09:47PM

89
#>193 - winter-loo / @winter-loo

03/17/2026 at 09:46PM

92
#>200 - winter-loo / @winter-loo

03/17/2026 at 09:45PM

96
#>208 - winter-loo / @winter-loo

03/17/2026 at 09:41PM

97
#>209 - winter-loo / @winter-loo

03/17/2026 at 09:39PM

98
#>212 - winter-loo / @winter-loo

03/17/2026 at 09:38PM

99
#>214 - winter-loo / @winter-loo

03/17/2026 at 09:37PM

100
#>215 - winter-loo / @winter-loo

03/17/2026 at 09:35PM

101
#>217 - winter-loo / @winter-loo

03/17/2026 at 09:22PM

102
#>218 - winter-loo / @winter-loo

03/31/2025 at 10:20PM

125
#>257 - winter-loo / @winter-loo

03/31/2025 at 10:09PM