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 @alythobani:

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

154 active golfers, 1102 entries

Solutions by @alythobani:
18
#66 - Aly Thobani / @alythobani

04/03/2024 at 10:17PM

19
#>77 - Aly Thobani / @alythobani

04/03/2024 at 10:11PM

20
#>82 - Aly Thobani / @alythobani

04/03/2024 at 10:09PM

20
#>82 - Aly Thobani / @alythobani

04/03/2024 at 10:19PM

24
#>99 - Aly Thobani / @alythobani

04/03/2024 at 09:50PM

25
#>99 - Aly Thobani / @alythobani

04/03/2024 at 09:49PM

28
#>107 - Aly Thobani / @alythobani

04/03/2024 at 09:42PM

32
#>111 - Aly Thobani / @alythobani

04/03/2024 at 09:31PM

35
#>122 - Aly Thobani / @alythobani

04/03/2024 at 09:29PM

38
#>125 - Aly Thobani / @alythobani

04/03/2024 at 09:17PM

38
#>125 - Aly Thobani / @alythobani

04/03/2024 at 09:21PM

40
#>126 - Aly Thobani / @alythobani

04/03/2024 at 09:16PM

41
#>128 - Aly Thobani / @alythobani

04/03/2024 at 08:57PM