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 4fa0d2fa2037000001000057

Exchanging Quotes

Sometimes you need to exchange a choice of quotes in some code.

Start file
mystring = 'This quoted string contains \' and is also'
           'surrounded with \' characters.  It is also'
           'a multiline string too'
End file
mystring = "This quoted string contains ' and used to be"
           "surrounded with ' characters.  It is also"
           "a multiline string too"

View Diff

1,3c1,3
< mystring = 'This quoted string contains \' and is also'
<            'surrounded with \' characters.  It is also'
<            'a multiline string too'
---
> mystring = "This quoted string contains ' and used to be"
>            "surrounded with ' characters.  It is also"
>            "a multiline string too"

Solutions by @MatthewEvHolden:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @jlozinski

226 active golfers, 823 entries

Solutions by @MatthewEvHolden:
32
#57 - Matt Holden / @MatthewEvHolden

05/19/2012 at 07:01AM

34
#>75 - Matt Holden / @MatthewEvHolden

05/19/2012 at 06:58AM

36
#>106 - Matt Holden / @MatthewEvHolden

05/19/2012 at 06:50AM

37
#>123 - Matt Holden / @MatthewEvHolden

05/19/2012 at 06:48AM

39
#>159 - Matt Holden / @MatthewEvHolden

05/19/2012 at 06:19AM

44
#>201 - Matt Holden / @MatthewEvHolden

05/19/2012 at 06:45AM

45
#>203 - Matt Holden / @MatthewEvHolden

05/19/2012 at 06:13AM