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 54ddd1d261cec11d1b01707c

Mute the second method of this script

prepend a # infront of every line of the second method

Start file
def this_method_should_be_active
  here is happening something
end

def this_method_should_be_muted
  here is not happening anything
end

End file
def this_method_should_be_active
  here is happening something
end

#def this_method_should_be_muted
#  here is not happening anything
#end

View Diff

5,7c5,7
< def this_method_should_be_muted
<   here is not happening anything
< end
---
> #def this_method_should_be_muted
> #  here is not happening anything
> #end

Solutions by @nickandbro:

Unlock 6 remaining solutions by signing in and submitting your own entry
Created by: @netznarkose

239 active golfers, 455 entries

Solutions by @nickandbro:
9
#150 - nickGPT / @nickandbro

08/28/2024 at 04:33AM

10
#>221 - nickGPT / @nickandbro

08/28/2024 at 04:33AM

12
#>235 - nickGPT / @nickandbro

08/28/2024 at 04:33AM

13
#>237 - nickGPT / @nickandbro

08/28/2024 at 04:33AM

14
#>238 - nickGPT / @nickandbro

08/28/2024 at 04:33AM

52
#>238 - nickGPT / @nickandbro

08/28/2024 at 04:32AM