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

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

225 active golfers, 821 entries

Solutions by @Lory46845742:
31
#40 - Lory / @Lory46845742

11/26/2019 at 08:32AM

32
#>63 - Lory / @Lory46845742

11/26/2019 at 08:30AM

33
#>72 - Lory / @Lory46845742

11/26/2019 at 08:29AM

35
#>100 - Lory / @Lory46845742

11/26/2019 at 08:28AM

37
#>135 - Lory / @Lory46845742

11/25/2019 at 03:53PM

38
#>154 - Lory / @Lory46845742

11/25/2019 at 03:56PM

38
#>154 - Lory / @Lory46845742

11/26/2019 at 08:18AM

38
#>154 - Lory / @Lory46845742

11/26/2019 at 08:23AM