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

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

251 active golfers, 1216 entries

Solutions by @jrddp0:
19
#35 - jrddp / @jrddp0

02/14/2020 at 05:15AM

19
#>35 - jrddp / @jrddp0

02/14/2020 at 05:19AM

20
#>90 - jrddp / @jrddp0

02/14/2020 at 05:14AM

21
#>124 - jrddp / @jrddp0

02/14/2020 at 05:12AM

22
#>130 - jrddp / @jrddp0

02/14/2020 at 05:11AM

26
#>136 - jrddp / @jrddp0

02/14/2020 at 05:10AM

27
#>144 - jrddp / @jrddp0

02/14/2020 at 05:09AM

28
#>153 - jrddp / @jrddp0

02/14/2020 at 05:06AM

29
#>165 - jrddp / @jrddp0

02/14/2020 at 05:04AM

30
#>174 - jrddp / @jrddp0

02/14/2020 at 05:02AM

41
#>230 - jrddp / @jrddp0

02/14/2020 at 04:58AM