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

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

225 active golfers, 821 entries

Solutions by @bpcode:
34
#75 - Son of Bongo / @bpcode

05/07/2012 at 02:58PM

35
#>90 - Son of Bongo / @bpcode

05/07/2012 at 02:54PM

36
#>104 - Son of Bongo / @bpcode

05/07/2012 at 02:56PM

37
#>120 - Son of Bongo / @bpcode

05/07/2012 at 02:19PM

38
#>138 - Son of Bongo / @bpcode

05/07/2012 at 02:45PM

38
#>138 - Son of Bongo / @bpcode

05/07/2012 at 03:08PM

38
#>138 - Son of Bongo / @bpcode

05/07/2012 at 03:15PM

39
#>157 - Son of Bongo / @bpcode

05/07/2012 at 02:17PM

44
#>200 - Son of Bongo / @bpcode

05/07/2012 at 02:15PM

44
#>200 - Son of Bongo / @bpcode

05/07/2012 at 02:40PM

47
#>210 - Son of Bongo / @bpcode

05/07/2012 at 02:34PM

57
#>221 - Son of Bongo / @bpcode

05/07/2012 at 02:32PM