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 @37fatos:

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

223 active golfers, 829 entries

Solutions by @37fatos:
29
#86 - A A A / @37fatos

01/16/2021 at 05:20PM

32
#>155 - A A A / @37fatos

01/16/2021 at 05:16PM

32
#>155 - A A A / @37fatos

01/16/2021 at 05:18PM

33
#>163 - A A A / @37fatos

01/16/2021 at 05:15PM

36
#>191 - A A A / @37fatos

01/16/2021 at 05:13PM