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

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

230 active golfers, 858 entries

Solutions by @kurkale6ka:
31
#39 - Dimitar Dimitrov / @kurkale6ka

03/18/2016 at 03:57PM

32
#>65 - Dimitar Dimitrov / @kurkale6ka

03/18/2016 at 03:56PM

33
#>73 - Dimitar Dimitrov / @kurkale6ka

03/18/2016 at 03:55PM

34
#>86 - Dimitar Dimitrov / @kurkale6ka

03/18/2016 at 03:53PM

36
#>119 - Dimitar Dimitrov / @kurkale6ka

03/18/2016 at 03:52PM

37
#>133 - Dimitar Dimitrov / @kurkale6ka

03/18/2016 at 03:45PM