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

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

76 active golfers, 118 entries

Solutions by @obiwan__k3n00bi:
6
#49 - Will / @obiwan__k3n00bi

09/03/2016 at 06:54AM

7
#>72 - Will / @obiwan__k3n00bi

09/03/2016 at 06:53AM