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

EDN reformat

The goal is to make the code more readable and concise while maintaining its functionality.

Start file
{:item (get-item)
 :other-items (get-other-items)
 :prev-item :none
 :next-item :none
 :template-name "default"
 :inst #inst "2023-01-01T22:00:00-00:00"
 :ident #uuid "6241d2fa-6048-11ee-8c99-0242ac120002"}}
End file
{:item           (get-item)
 :other-items    (get-other-items)
 :prev-item      :none
 :next-item      :none
 :template-name  "default"
 :inst           #inst "2023-01-01T22:00:00-00:00"
 :ident          #uuid "6241d2fa-6048-11ee-8c99-0242ac120002"}}

View Diff

1,7c1,7
< {:item (get-item)
<  :other-items (get-other-items)
<  :prev-item :none
<  :next-item :none
<  :template-name "default"
<  :inst #inst "2023-01-01T22:00:00-00:00"
<  :ident #uuid "6241d2fa-6048-11ee-8c99-0242ac120002"}}
---
> {:item           (get-item)
>  :other-items    (get-other-items)
>  :prev-item      :none
>  :next-item      :none
>  :template-name  "default"
>  :inst           #inst "2023-01-01T22:00:00-00:00"
>  :ident          #uuid "6241d2fa-6048-11ee-8c99-0242ac120002"}}

Solutions by @St8Razor:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @Somin13

167 active golfers, 1175 entries

Solutions by @St8Razor:
18
#66 - St8Razor / @St8Razor

03/27/2024 at 04:12PM

19
#>83 - St8Razor / @St8Razor

03/27/2024 at 04:10PM

20
#>88 - St8Razor / @St8Razor

03/27/2024 at 04:05PM

21
#>93 - St8Razor / @St8Razor

03/27/2024 at 04:02PM

22
#>96 - St8Razor / @St8Razor

03/27/2024 at 03:55PM

24
#>107 - St8Razor / @St8Razor

03/27/2024 at 03:53PM

26
#>109 - St8Razor / @St8Razor

03/27/2024 at 03:49PM

28
#>115 - St8Razor / @St8Razor

03/27/2024 at 03:39PM

45
#>142 - St8Razor / @St8Razor

03/27/2024 at 03:23PM

83
#>162 - St8Razor / @St8Razor

03/27/2024 at 03:20PM