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 59265921e633730ce0000016

comment and uncomment code inline

It's very useful to be able to comment out a block of code in a quick edit. And likewise to uncomment the code. This operation often involves multi-line stanzas and even large blocks. With just line-wise navigation and insert mode this would cost you about 4 keystrokes per line. Master this hole of VimGolf and you'll quickly drop your key count in day to day Vim as well.

Start file
These first three lines should
be commented out with C-style
inline comments.

// These three lines should have
// the C-style insline comment 
// characters removed.
End file
// These first three lines should
// be commented out with C-style
// inline comments.

These three lines should have
the C-style insline comment 
characters removed.

View Diff

1,3c1,3
< These first three lines should
< be commented out with C-style
< inline comments.
---
> // These first three lines should
> // be commented out with C-style
> // inline comments.
5,7c5,7
< // These three lines should have
< // the C-style insline comment 
< // characters removed.
---
> These three lines should have
> the C-style insline comment 
> characters removed.

Solutions by @ARezaK:

Unlock 14 remaining solutions by signing in and submitting your own entry
Created by: @NjSlaughter

322 active golfers, 1122 entries

Solutions by @ARezaK:
9
#161 - ARK / @ARezaK

08/24/2024 at 06:53PM

9
#>161 - ARK / @ARezaK

08/24/2024 at 06:55PM

10
#>218 - ARK / @ARezaK

08/24/2024 at 06:43PM

11
#>229 - ARK / @ARezaK

08/24/2024 at 06:27PM

11
#>229 - ARK / @ARezaK

08/24/2024 at 06:42PM

12
#>271 - ARK / @ARezaK

08/24/2024 at 06:27PM

13
#>288 - ARK / @ARezaK

08/24/2024 at 06:26PM

13
#>288 - ARK / @ARezaK

08/24/2024 at 06:28PM

15
#>291 - ARK / @ARezaK

08/24/2024 at 06:26PM

17
#>296 - ARK / @ARezaK

08/24/2024 at 06:15PM

21
#>309 - ARK / @ARezaK

08/24/2024 at 06:09PM

21
#>309 - ARK / @ARezaK

08/24/2024 at 06:16PM

26
#>315 - ARK / @ARezaK

08/24/2024 at 06:02PM

26
#>315 - ARK / @ARezaK

08/24/2024 at 06:07PM