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

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

77 active golfers, 235 entries

Solutions by @nickandbro:
15
#30 - nickGPT / @nickandbro

08/28/2024 at 03:08AM

19
#>36 - nickGPT / @nickandbro

08/28/2024 at 03:08AM

21
#>46 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

22
#>49 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

23
#>51 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

24
#>52 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

25
#>53 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

27
#>56 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

28
#>58 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

29
#>59 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

30
#>62 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

31
#>71 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

33
#>73 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

49
#>74 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

52
#>74 - nickGPT / @nickandbro

08/28/2024 at 03:07AM

130
#>77 - nickGPT / @nickandbro

08/28/2024 at 03:06AM