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

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

223 active golfers, 829 entries

Solutions by @williamwjh:
29
#87 - William / @williamwjh

04/12/2022 at 02:26AM

30
#>125 - William / @williamwjh

04/12/2022 at 02:25AM

31
#>143 - William / @williamwjh

04/12/2022 at 02:25AM

32
#>156 - William / @williamwjh

04/12/2022 at 02:22AM

33
#>163 - William / @williamwjh

04/12/2022 at 02:21AM

46
#>217 - William / @williamwjh

04/11/2022 at 05:48PM