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

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

225 active golfers, 821 entries

Solutions by @mathieufortier:
31
#15 - Mathieu Fortier / @mathieufortier

05/13/2012 at 03:16AM

32
#>53 - Mathieu Fortier / @mathieufortier

05/12/2012 at 10:45PM

32
#>53 - Mathieu Fortier / @mathieufortier

05/13/2012 at 03:15AM

34
#>75 - Mathieu Fortier / @mathieufortier

05/12/2012 at 10:44PM

36
#>106 - Mathieu Fortier / @mathieufortier

05/12/2012 at 10:36PM

38
#>141 - Mathieu Fortier / @mathieufortier

05/12/2012 at 10:30PM

41
#>189 - Mathieu Fortier / @mathieufortier

05/12/2012 at 10:41PM

44
#>200 - Mathieu Fortier / @mathieufortier

05/11/2012 at 11:56AM