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

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

223 active golfers, 829 entries

Solutions by @grant_7788:
29
#63 - Grant / @grant_7788

04/28/2019 at 02:56AM

30
#>117 - Grant / @grant_7788

04/28/2019 at 02:55AM

31
#>139 - Grant / @grant_7788

04/28/2019 at 02:54AM

34
#>175 - Grant / @grant_7788

04/28/2019 at 02:52AM

39
#>203 - Grant / @grant_7788

04/28/2019 at 02:32AM