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

switch variable

how fast can you switch two variable ?

Start file
int barins, foovariable = 1; 
End file
int foovariable, barins = 1; 

View Diff

1c1
< int barins, foovariable = 1; 
---
> int foovariable, barins = 1; 

Solutions by @ScottTraver:

Unlock 1 remaining solutions by signing in and submitting your own entry
Created by: @lukastsai

1734 active golfers, 5028 entries

Solutions by @ScottTraver:
18
#1628 - Scott Traver / @ScottTraver

02/12/2016 at 10:42PM