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 57a87f444f1a8e3c4000ff8c

Pretty multi-line bash

Bash line continuations are much prettier when they're column aligned.

Start file
RUN wget https://openresty.org/download/openresty-1.9.7.5.tar.gz && \
    tar xzf openresty-1.9.7.5.tar.gz && \
    cd openresty-1.9.7.5 && \
    ./configure && \
    make && \
    make install && \
    rm -rf /openresty*
End file
RUN wget https://openresty.org/download/openresty-1.9.7.5.tar.gz && \
    tar xzf openresty-1.9.7.5.tar.gz                             && \
    cd openresty-1.9.7.5                                         && \
    ./configure                                                  && \
    make                                                         && \
    make install                                                 && \
    rm -rf /openresty*

View Diff

2,6c2,6
<     tar xzf openresty-1.9.7.5.tar.gz && \
<     cd openresty-1.9.7.5 && \
<     ./configure && \
<     make && \
<     make install && \
---
>     tar xzf openresty-1.9.7.5.tar.gz                             && \
>     cd openresty-1.9.7.5                                         && \
>     ./configure                                                  && \
>     make                                                         && \
>     make install                                                 && \

Solutions by @jaresty:

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

75 active golfers, 218 entries

Solutions by @jaresty:
15
#4 - jaresty / @jaresty

08/09/2016 at 12:53AM

23
#>47 - jaresty / @jaresty

08/09/2016 at 12:34AM

31
#>63 - jaresty / @jaresty

08/09/2016 at 12:09AM

33
#>69 - jaresty / @jaresty

08/09/2016 at 12:15AM

33
#>69 - jaresty / @jaresty

08/09/2016 at 12:20AM

34
#>71 - jaresty / @jaresty

08/09/2016 at 12:19AM

41
#>71 - jaresty / @jaresty

08/09/2016 at 12:08AM

42
#>71 - jaresty / @jaresty

08/09/2016 at 12:18AM

46
#>71 - jaresty / @jaresty

08/09/2016 at 12:19AM

51
#>72 - jaresty / @jaresty

08/09/2016 at 12:13AM