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

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

230 active golfers, 858 entries

Solutions by @kimberlycreates:
31
#35 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:06PM

31
#>35 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:06PM

32
#>65 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:05PM

33
#>73 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:04PM

34
#>86 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:04PM

35
#>101 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:03PM

36
#>119 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:02PM

37
#>133 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:02PM

38
#>157 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:02PM

39
#>171 - kimber gonzalez / @kimberlycreates

01/21/2015 at 09:59PM

39
#>171 - kimber gonzalez / @kimberlycreates

01/21/2015 at 10:00PM

40
#>193 - kimber gonzalez / @kimberlycreates

01/21/2015 at 09:58PM