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

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

225 active golfers, 821 entries

Solutions by @steveocchipinti:
35
#92 - Steven Occhipinti / @steveocchipinti

06/01/2012 at 04:12AM

36
#>107 - Steven Occhipinti / @steveocchipinti

06/01/2012 at 04:10AM

37
#>124 - Steven Occhipinti / @steveocchipinti

06/01/2012 at 04:09AM

39
#>161 - Steven Occhipinti / @steveocchipinti

06/01/2012 at 03:55AM

39
#>161 - Steven Occhipinti / @steveocchipinti

06/01/2012 at 04:05AM

41
#>189 - Steven Occhipinti / @steveocchipinti

05/31/2012 at 03:56AM

53
#>215 - Steven Occhipinti / @steveocchipinti

05/31/2012 at 02:53AM