attr_aligner
Two attr keywords. Two separate indentations. Align the colons.
Start file
attr_reader :align, :variables, :with
attr_accessor :spaces, :to, :complete, :challenge
# vim: set expandtab:
End file
attr_reader :align,
:variables,
:with
attr_accessor :spaces,
:to,
:complete,
:challenge
# vim: set expandtab:
View Diff
1,2c1,7
< attr_reader :align, :variables, :with
< attr_accessor :spaces, :to, :complete, :challenge
---
> attr_reader :align,
> :variables,
> :with
> attr_accessor :spaces,
> :to,
> :complete,
> :challenge
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 702 remaining solutions by signing in and submitting your own entry
#703 ren / @wxoc - Score: 134 - 02/10/14 @ 07:05
f,a<CR><C-C><C-C>f,a<CR>j<C-H><C-C><C-C>jf,<CR>kf,a<CR><C-C><C-C>f,a<CR><C-C><C-C>f,<CR>klf,a<CR><C-C><C-C>ggvjjj=vgG<C-V><Esc>jlllllllli<Tab><C-C><C-C>ui <C-C><C-C>jhhhi <C-C><C-C>jjhhhi <C-C><C-C>jhhhhhi <C-C><C-C>jhhhhhi <C-C><C-C>:wq<CR>
0 comments