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

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

244 active golfers, 1181 entries

Solutions by @countime1:
19
#37 - countime / @countime1

03/06/2020 at 02:02AM

20
#>89 - countime / @countime1

03/06/2020 at 01:45AM

21
#>122 - countime / @countime1

03/06/2020 at 01:41AM

26
#>134 - countime / @countime1

03/06/2020 at 01:38AM

27
#>142 - countime / @countime1

03/06/2020 at 01:27AM

28
#>151 - countime / @countime1

03/06/2020 at 01:14AM

28
#>151 - countime / @countime1

03/06/2020 at 01:15AM

28
#>151 - countime / @countime1

03/06/2020 at 01:25AM

29
#>164 - countime / @countime1

03/06/2020 at 01:07AM

30
#>173 - countime / @countime1

03/06/2020 at 01:01AM

31
#>187 - countime / @countime1

03/06/2020 at 12:59AM

38
#>223 - countime / @countime1

03/05/2020 at 09:30AM