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 546a627195f6da000265742d

Pretty format for variable declarations

Project standards demand the equal signs must be aligned for better readability.

Start file
var parser = require('../src/grammar.js'),
    src = require('../src/blueberry.js'),
    fs = require('fs'),
    glob = require('glob');
End file
var parser = require('../src/grammar.js'),
    src    = require('../src/blueberry.js'),
    fs     = require('fs'),
    glob   = require('glob');

View Diff

2,4c2,4
<     src = require('../src/blueberry.js'),
<     fs = require('fs'),
<     glob = require('glob');
\ No newline at end of file
---
>     src    = require('../src/blueberry.js'),
>     fs     = require('fs'),
>     glob   = require('glob');
\ No newline at end of file

Solutions by @walker_boh:

Unlock 4 remaining solutions by signing in and submitting your own entry
Created by: @gosukiwi

62 active golfers, 155 entries

Solutions by @walker_boh:
14
#16 - Walker Boh / @walker_boh

11/04/2015 at 01:06PM

15
#>31 - Walker Boh / @walker_boh

11/04/2015 at 01:05PM

17
#>39 - Walker Boh / @walker_boh

11/04/2015 at 01:04PM

19
#>48 - Walker Boh / @walker_boh

11/04/2015 at 01:03PM