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

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

226 active golfers, 823 entries

Solutions by @jbgutierrez:
34
#76 - Javier Blanco / @jbgutierrez

05/23/2012 at 06:43PM

35
#>90 - Javier Blanco / @jbgutierrez

05/23/2012 at 06:40PM

36
#>106 - Javier Blanco / @jbgutierrez

05/23/2012 at 06:35PM

37
#>124 - Javier Blanco / @jbgutierrez

05/23/2012 at 06:28PM

40
#>176 - Javier Blanco / @jbgutierrez

05/23/2012 at 05:59PM

41
#>190 - Javier Blanco / @jbgutierrez

05/23/2012 at 06:15PM

45
#>204 - Javier Blanco / @jbgutierrez

05/23/2012 at 05:55PM