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

223 active golfers, 829 entries

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

08/30/2018 at 03:10PM

32
#>148 - Alexander Covington / @ACov96

08/30/2018 at 03:08PM

36
#>185 - Alexander Covington / @ACov96

08/30/2018 at 03:05PM

38
#>198 - Alexander Covington / @ACov96

08/30/2018 at 03:03PM

39
#>201 - Alexander Covington / @ACov96

08/30/2018 at 02:59PM

40
#>207 - Alexander Covington / @ACov96

08/30/2018 at 02:58PM

41
#>212 - Alexander Covington / @ACov96

08/30/2018 at 02:55PM

42
#>216 - Alexander Covington / @ACov96

08/29/2018 at 09:14PM