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 4fcccb70024f950001000026

Switch function arguments

How to switch two arguments of a function.

Start file
function testFunction (foo, bar) {
}
End file
function testFunction (bar, foo) {
}

View Diff

1c1
< function testFunction (foo, bar) {
---
> function testFunction (bar, foo) {

Solutions by @nelstrom:

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

652 active golfers, 2082 entries

Solutions by @nelstrom:
11
#45 - Drew Neil / @nelstrom

11/26/2012 at 11:19PM

11
#>64 - Drew Neil / @nelstrom

08/27/2013 at 08:15AM

12
#>226 - Drew Neil / @nelstrom

11/26/2012 at 11:15PM

12
#>234 - Drew Neil / @nelstrom

08/27/2013 at 08:11AM

12
#>234 - Drew Neil / @nelstrom

08/27/2013 at 08:15AM

13
#>351 - Drew Neil / @nelstrom

11/26/2012 at 11:17PM

14
#>446 - Drew Neil / @nelstrom

11/26/2012 at 11:12PM