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 9v00695df1d5000000000766

Find the devices that have no revoked time, and extract out the duration left on their leases.

Extract non-revoked devices and the duration of their leases.

Start file
{
  "devices": [
    {
      "deviceId": "Mac14_6_5ba3030d2b36441d9fb186ea65df6b66",
      "platform": "OSXEditor",
      "name": "Whitakr-MacBook-Pro",
      "activatedAt": 1767580222997,
      "lastSeen": 1767611345716,
      "revokedAt": 1767611362585,
      "leaseUntil": 1767697745716
    },
    {
      "deviceId": "iPad1",
      "platform": "ios",
      "name": "iPad",
      "activatedAt": 1767611327269,
      "lastSeen": 1767611327269,
      "revokedAt": 1767611362585,
      "leaseUntil": 1767697727269
    },
    {
      "deviceId": "iPad2",
      "platform": "ios",
      "name": "iPad",
      "activatedAt": 1767611369550,
      "lastSeen": 1767611369550,
      "revokedAt": null,
      "leaseUntil": 1767697769550
    },
    {
      "deviceId": "iPad3",
      "platform": "ios",
      "name": "iPad",
      "activatedAt": 1767611369552,
      "lastSeen": 1767611369552,
      "revokedAt": null,
      "leaseUntil": 1767784169552
    }
  ]
}
End file
{
  "deviceLeaseDurations": [
    "iPad2": 86400000,
    "iPad3": 172800000
  ]
}

View Diff

2,38c2,4
<   "devices": [
<     {
<       "deviceId": "Mac14_6_5ba3030d2b36441d9fb186ea65df6b66",
<       "platform": "OSXEditor",
<       "name": "Whitakr-MacBook-Pro",
<       "activatedAt": 1767580222997,
<       "lastSeen": 1767611345716,
<       "revokedAt": 1767611362585,
<       "leaseUntil": 1767697745716
<     },
<     {
<       "deviceId": "iPad1",
<       "platform": "ios",
<       "name": "iPad",
<       "activatedAt": 1767611327269,
<       "lastSeen": 1767611327269,
<       "revokedAt": 1767611362585,
<       "leaseUntil": 1767697727269
<     },
<     {
<       "deviceId": "iPad2",
<       "platform": "ios",
<       "name": "iPad",
<       "activatedAt": 1767611369550,
<       "lastSeen": 1767611369550,
<       "revokedAt": null,
<       "leaseUntil": 1767697769550
<     },
<     {
<       "deviceId": "iPad3",
<       "platform": "ios",
<       "name": "iPad",
<       "activatedAt": 1767611369552,
<       "lastSeen": 1767611369552,
<       "revokedAt": null,
<       "leaseUntil": 1767784169552
<     }
---
>   "deviceLeaseDurations": [
>     "iPad2": 86400000,
>     "iPad3": 172800000

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 20 remaining solutions by signing in and submitting your own entry
#21 Hugh Vidler / @OnlyHughMan - Score: 98 - 02/01/26 @ 12:57
<fd-6d><fd-6d>VGp<50-53>{<NL>  "deviceLeaseDurations": [<NL>    "iPad2": 86400000,<NL>    "iPad3": 172800000<NL>  ]<NL>}<Esc>[201~:q<BS>x<CR>

0 comments


Created by: @wtrebella

21 active golfers, 55 entries

Leaderboard (lowest score wins):
50
#1 - Peppa Pig / @PeppaPigSg

01/18/2026 at 03:24AM

53
#2 - maksim-pinguin / @maksim-pinguin

02/19/2026 at 09:04AM

56
#3 - “Smylers” / @Smylers2

01/17/2026 at 11:35PM

56
#4 - Janusz Spatz / @janusz-anue

02/24/2026 at 10:09AM

59
#5 - ZEraX4 / @ZEraX4

01/08/2026 at 07:38AM

59
#6 - Whitaker Trebella / @wtrebella

01/12/2026 at 06:21AM

63
#7 - lassion / @mutilator630

01/13/2026 at 09:52PM

63
#8 - Martin / @mpodhaisky

02/26/2026 at 04:06PM

67
#9 - thierryharte / @thierryharte

03/01/2026 at 12:38PM

70
#10 - MartinDanesh / @MartinDanesh

02/02/2026 at 11:46PM

73
#11 - nitish-17 / @nitish-17

01/28/2026 at 04:10PM

74
#12 - sgtshr1022 / @sgtshr1022

02/03/2026 at 02:32PM

79
#13 - Karate Snoopy / @KarateSnoopy

01/21/2026 at 06:25AM

79
#14 - rahatargz / @rahatargz

01/29/2026 at 01:26PM

80
#15 - Daniel / @2phost

01/11/2026 at 12:32AM

84
#16 - ak@developer / @Ajay-056

03/01/2026 at 05:26PM

93
#17 - curbe454 / @curbe454

03/10/2026 at 02:03PM

94
#18 - c0d3ph1l1c / @c0d3ph1l1c

02/13/2026 at 06:48AM

94
#19 - M00NLIG7 / @M00NLIG7

03/02/2026 at 07:45PM

96
#20 - ProGamerYeet / @ProGamerYeet

02/12/2026 at 11:10AM

98
#21 - Hugh Vidler / @OnlyHughMan

02/01/2026 at 12:57PM