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 5b71fa9105b5ca000ce4a7a1

convert yml into java pojo field

How fast vim can create fields for java pojo i.e class declaration referring to a (simple) yml file

Start file
- browser: Chrome
  browserVersion: 63
  os: window7
  osVersion: 2012
  lang: en
End file
private String browser;
private String browserVersion;
private String os;
private String osVersion;
private String lang;

View Diff

1,5c1,5
< - browser: Chrome
<   browserVersion: 63
<   os: window7
<   osVersion: 2012
<   lang: en
---
> private String browser;
> private String browserVersion;
> private String os;
> private String osVersion;
> private String lang;

Solutions by @ACov96:

Unlock 8 remaining solutions by signing in and submitting your own entry
Created by: @saurabh908583

224 active golfers, 836 entries

Solutions by @ACov96:
31
#132 - Alexander Covington / @ACov96

08/30/2018 at 03:10PM

32
#>149 - Alexander Covington / @ACov96

08/30/2018 at 03:08PM

36
#>186 - Alexander Covington / @ACov96

08/30/2018 at 03:05PM

38
#>199 - Alexander Covington / @ACov96

08/30/2018 at 03:03PM

39
#>202 - Alexander Covington / @ACov96

08/30/2018 at 02:59PM

40
#>208 - Alexander Covington / @ACov96

08/30/2018 at 02:58PM

41
#>213 - Alexander Covington / @ACov96

08/30/2018 at 02:55PM

42
#>217 - Alexander Covington / @ACov96

08/29/2018 at 09:14PM