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

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

258 active golfers, 1241 entries

Solutions by @leonkacowicz:
20
#121 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:25AM

21
#>127 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:23AM

26
#>138 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:14AM

27
#>146 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:11AM

28
#>159 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:10AM

29
#>173 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:09AM

33
#>215 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:05AM

34
#>222 - Leon Kacowicz / @leonkacowicz

05/16/2025 at 12:04AM