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

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

254 active golfers, 1231 entries

Solutions by @etothepi16:
19
#63 - Paul McDowell / @etothepi16

05/23/2024 at 07:36PM

20
#>120 - Paul McDowell / @etothepi16

05/23/2024 at 07:34PM

21
#>127 - Paul McDowell / @etothepi16

05/23/2024 at 07:32PM

22
#>132 - Paul McDowell / @etothepi16

05/23/2024 at 07:30PM

26
#>138 - Paul McDowell / @etothepi16

05/23/2024 at 07:28PM

27
#>146 - Paul McDowell / @etothepi16

05/23/2024 at 07:27PM

28
#>159 - Paul McDowell / @etothepi16

05/23/2024 at 07:25PM

30
#>182 - Paul McDowell / @etothepi16

05/23/2024 at 07:23PM

31
#>196 - Paul McDowell / @etothepi16

05/23/2024 at 07:22PM

31
#>196 - Paul McDowell / @etothepi16

05/23/2024 at 07:26PM

33
#>212 - Paul McDowell / @etothepi16

05/23/2024 at 07:20PM

34
#>219 - Paul McDowell / @etothepi16

05/23/2024 at 07:21PM

39
#>231 - Paul McDowell / @etothepi16

05/23/2024 at 07:18PM