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

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

225 active golfers, 821 entries

Solutions by @othiym23:
31
#19 - Forrest L Norvell / @othiym23

05/18/2012 at 05:55AM

32
#>55 - Forrest L Norvell / @othiym23

05/18/2012 at 05:52AM

33
#>67 - Forrest L Norvell / @othiym23

05/18/2012 at 05:44AM

33
#>67 - Forrest L Norvell / @othiym23

05/18/2012 at 05:49AM

35
#>90 - Forrest L Norvell / @othiym23

05/18/2012 at 05:40AM

36
#>106 - Forrest L Norvell / @othiym23

05/18/2012 at 05:37AM

38
#>142 - Forrest L Norvell / @othiym23

05/18/2012 at 05:32AM

40
#>174 - Forrest L Norvell / @othiym23

05/18/2012 at 05:34AM

51
#>215 - Forrest L Norvell / @othiym23

05/18/2012 at 05:29AM