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 5d7fad5deac0df0006fc224a

SCREAMING_SNAKE_CASE to Title Case

Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary

Start file
EMPLOYEE_NAME

REVENUE_YEAR_TO_DATE

SALARY
End file
Employee Name

Revenue Year To Date

Salary

View Diff

1c1
< EMPLOYEE_NAME
---
> Employee Name
3c3
< REVENUE_YEAR_TO_DATE
---
> Revenue Year To Date
5c5
< SALARY
\ No newline at end of file
---
> Salary
\ No newline at end of file

Solutions by @mutemeat:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @StoneTelescope

244 active golfers, 1181 entries

Solutions by @mutemeat:
22
#127 - mogitate / @mutemeat

11/15/2019 at 04:36PM

22
#>127 - mogitate / @mutemeat

11/15/2019 at 04:38PM

26
#>132 - mogitate / @mutemeat

11/15/2019 at 04:28PM

27
#>141 - mogitate / @mutemeat

11/15/2019 at 04:27PM

28
#>148 - mogitate / @mutemeat

11/15/2019 at 04:25PM

29
#>160 - mogitate / @mutemeat

11/15/2019 at 04:23PM

31
#>182 - mogitate / @mutemeat

11/15/2019 at 04:20PM

33
#>200 - mogitate / @mutemeat

11/15/2019 at 04:13PM

34
#>210 - mogitate / @mutemeat

11/15/2019 at 04:09PM

35
#>215 - mogitate / @mutemeat

11/15/2019 at 04:03PM