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

Make it more readable

Insert blank lines to make it more organized and readable

Start file
#Set the global prefix key to C-q (default is C-b)
set-option -g prefix C-q
bind-key C-q last-window
# Remove default binding since we’re replacing
unbind %
bind | split-window -h
bind - split-window -v
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
# Highlight active window
set-window-option -g window-status-current-bg red
set -g status-right '#[fg=yellow]#(uptime | cut -d "," -f 2-)'
# Set window notifications
setw -g monitor-activity on
set -g visual-activity on
# Automatically set window title
setw -g automatic-rename

End file
#Set the global prefix key to C-q (default is C-b)
set-option -g prefix C-q
bind-key C-q last-window


# Remove default binding since we’re replacing
unbind %
bind | split-window -h
bind - split-window -v


# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'


# Highlight active window
set-window-option -g window-status-current-bg red
set -g status-right '#[fg=yellow]#(uptime | cut -d "," -f 2-)'


# Set window notifications
setw -g monitor-activity on
set -g visual-activity on


# Automatically set window title
setw -g automatic-rename

View Diff

3a4,5
> 
> 
7a10,11
> 
> 
11a16,17
> 
> 
14a21,22
> 
> 
17a26,27
> 
> 

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 651 remaining solutions by signing in and submitting your own entry
#652 Brandon Height / @Lask0x - Score: 93 - 08/08/17 @ 15:33
:2,$s/^#/\r\r#/<CR><Esc>u<Up><Up><Up><Up><Esc>:2,s$/^#/\r\r#<CR>y<Esc>u<Esc>:<Up><C-A><Right><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS>$s<Esc><Esc><Esc>ssss<Esc>uus<Esc>u<Esc>:2,$s,<BS>/^#/\r\r#<CR>ZZ

0 comments


Created by: @alimoeeny

652 active golfers, 2009 entries

Leaderboard (lowest score wins):
15
#211 - perpetoom / @perpetoom

12/30/2011 at 12:59AM

15
#212 - Xavier Nayrac / @lkdjiin

01/02/2012 at 10:55AM

15
#213 - Anders H. Madsen / @andershellerup

01/02/2012 at 11:57PM

15
#214 - twobit / @_2bt

01/03/2012 at 10:14PM

15
#215 - captain_morgan / @captain_morgan

01/05/2012 at 07:50PM

15
#216 - Mikael Amborn / @mikaelamborn

01/21/2012 at 12:48PM

15
#217 - oliver mueller / @marcontwit

01/26/2012 at 05:31AM

15
#218 - Ashley Feniello / @AshleyFen

01/29/2012 at 06:37AM

15
#219 - Tesnorth / @Tesnorth

01/30/2012 at 09:18PM

15
#220 - veki / @vx_ras

02/01/2012 at 10:58AM

15
#221 - Tom White / @twar59

02/03/2012 at 04:04PM

15
#222 - Henri Wiechers / @hwiechers

02/08/2012 at 09:05AM

15
#223 - Kurt Gaastra / @KGaastra

02/10/2012 at 10:53PM

15
#224 - Per Nissilä / @PerNissila

02/12/2012 at 06:08PM

15
#225 - Alexander Scherbinin / @realmyst

02/14/2012 at 12:03AM

15
#226 - Dan Herbert / @pocketninja_au

02/29/2012 at 12:48AM

15
#227 - じょんあば / @john_ababa

02/29/2012 at 08:00AM

15
#228 - arno renevier / @dadadiblog

03/18/2012 at 03:05PM

15
#229 - deris / @deris0126

04/03/2012 at 12:37PM

15
#230 - Steven Moazami / @mong8se

04/03/2012 at 02:54PM

15
#231 - Jonathan Lozinski / @jlozinski

04/21/2012 at 02:06PM

15
#232 - Radek / @qrczeno

04/22/2012 at 08:20AM

15
#233 - Daniel P. Wright / @danielpwright

04/24/2012 at 07:11AM

15
#234 - VimGolfDzNrSQleot / @VimGolfDzNrSQle

05/10/2012 at 09:44PM

15
#235 - Dave@Highgroove / @HighgrooveDave

05/22/2012 at 08:55PM

15
#236 - Sam Saffron / @samsaffron

06/21/2012 at 12:36AM

15
#237 - mwatkward / @AftrschoolSpe

06/22/2012 at 12:16PM

15
#238 - Kerson Hsiao / @KersonHsiao

07/11/2012 at 04:26PM

15
#239 - Reed Riley / @ReedRile

08/13/2012 at 07:02PM

15
#240 - mhb / @mhbvim

09/18/2012 at 11:12AM