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 56d30b70a365ed316105641b

Sorting a glossary

Sort a glossary. Glossary head contains a header phrase ending with ':' and glossary body has multi line text indented with a tab.

Start file
zomg:
   
Multiline description
    about zomg
.

abc
:
   
Multiline description
    about abc
.
End file
abc:
   
Multiline description
    about abc
.

zomg
:
   
Multiline description
    about zomg
.

View Diff

2,5d1
< zomg:
<     Multiline description
<     about zomg.
<
8a5,8
>
> zomg:
>     Multiline description
>     about zomg.

Solutions by @herbage2:

Unlock 3 remaining solutions by signing in and submitting your own entry
Created by: @supergopivimgo1

81 active golfers, 131 entries

Solutions by @herbage2:
6
#51 - herbage / @herbage2

12/10/2016 at 12:57PM

7
#>76 - herbage / @herbage2

12/10/2016 at 12:57PM

9
#>80 - herbage / @herbage2

12/10/2016 at 12:55PM