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

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

223 active golfers, 829 entries

Solutions by @frivera621:
29
#20 - Francisco Rivera / @frivera621

08/25/2018 at 04:24PM

30
#>95 - Francisco Rivera / @frivera621

08/25/2018 at 04:20PM

31
#>130 - Francisco Rivera / @frivera621

08/25/2018 at 03:58PM

33
#>160 - Francisco Rivera / @frivera621

08/25/2018 at 03:57PM

37
#>192 - Francisco Rivera / @frivera621

08/25/2018 at 03:54PM