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

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

233 active golfers, 877 entries

Solutions by @Salshammath:
33
#73 - Ryan O'Connell / @Salshammath

06/23/2012 at 02:55PM

34
#>80 - Ryan O'Connell / @Salshammath

06/23/2012 at 02:54PM

35
#>98 - Ryan O'Connell / @Salshammath

06/23/2012 at 02:46PM

36
#>111 - Ryan O'Connell / @Salshammath

06/23/2012 at 02:45PM

37
#>128 - Ryan O'Connell / @Salshammath

06/23/2012 at 02:38PM

38
#>150 - Ryan O'Connell / @Salshammath

06/23/2012 at 01:59PM

39
#>169 - Ryan O'Connell / @Salshammath

06/23/2012 at 01:54PM

40
#>184 - Ryan O'Connell / @Salshammath

06/23/2012 at 01:53PM

41
#>196 - Ryan O'Connell / @Salshammath

06/23/2012 at 01:51PM

42
#>198 - Ryan O'Connell / @Salshammath

06/23/2012 at 01:56PM

46
#>213 - Ryan O'Connell / @Salshammath

06/23/2012 at 01:50PM

47
#>217 - Ryan O'Connell / @Salshammath

06/23/2012 at 02:36PM