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 5fd623f3cf017601b2b63cbc

Making 3 line function a one liner.

Simple challenge for frequent action while programming.

Start file
Pixel *operator[](Position p) {
    return &pixels[p.getc()][p.getr()];
}
End file
Pixel *operator[](Position p) { return &pixels[p.getc()][p.getr()]; }

View Diff

1,3c1
< Pixel *operator[](Position p) {
<     return &pixels[p.getc()][p.getr()];
< }
---
> Pixel *operator[](Position p) { return &pixels[p.getc()][p.getr()]; }

Solutions by @VegetaLu:

Unlock 3 remaining solutions by signing in and submitting your own entry
Created by: @fedjagolf

194 active golfers, 305 entries

Solutions by @VegetaLu:
4
#84 - 盧小小 / @VegetaLu

04/02/2022 at 09:58AM

6
#>181 - 盧小小 / @VegetaLu

04/02/2022 at 09:57AM

8
#>186 - 盧小小 / @VegetaLu

04/02/2022 at 09:57AM