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):
14
#121 - Travis Jeffery / @travisjeffery

12/23/2011 at 06:29AM

14
#122 - Arton0306 / @Arton0306

12/23/2011 at 08:38AM

14
#123 - Justin Love / @wondible

12/24/2011 at 06:18PM

14
#124 - George South / @ecuageo

12/24/2011 at 09:03PM

14
#125 - William Dunand / @wdunand

12/29/2011 at 03:02AM

14
#126 - woodspock / @woodspock

12/29/2011 at 03:22PM

14
#127 - peter shih / @peter50216

01/06/2012 at 08:20AM

14
#128 - Albin Olsson / @sentenser

01/15/2012 at 08:29PM

14
#129 - Oleg Roshupkin / @jjjahson

01/17/2012 at 07:02AM

14
#130 - bmamax / @bmamax

01/17/2012 at 02:40PM

14
#131 - Omer Lachish / @rauchy

01/25/2012 at 07:41AM

14
#132 - Henri Gabriel / @workforpizza

01/29/2012 at 02:21AM

14
#133 - kcliu / @kcliutw

01/29/2012 at 09:47AM

14
#134 - Henry Johnes / @xeosvn

01/31/2012 at 09:20PM

14
#135 - Lin Yangyang / @canoelyy

02/01/2012 at 07:15AM

14
#136 - Jiří Chára / @JiriChara

02/03/2012 at 08:00AM

14
#137 - Stanley Wang / @stanleynwang

02/07/2012 at 12:26AM

14
#138 - Justin Cullen / @zenguine

02/28/2012 at 06:39AM

14
#139 - Pan Thomakos / @panthomakos

03/25/2012 at 06:30PM

14
#140 - not so punk :] / @notsopunk

03/31/2012 at 05:04AM

14
#141 - learninghang / @learninghang

04/14/2012 at 05:27AM

14
#142 - Rod Knowlton / @codelahoma

04/24/2012 at 12:52PM

14
#143 - Jez Cope / @jezcope

04/28/2012 at 06:17PM

14
#144 - kurban / @kurban_mall

05/06/2012 at 03:06PM

14
#145 - CoolWebTeacher / @coolwebteacher

05/10/2012 at 04:52PM

14
#146 - Matt Holden / @MatthewEvHolden

05/19/2012 at 12:41AM

14
#147 - Alan / @aluong91

07/17/2012 at 08:10AM

14
#148 - Tomasz Jureczko / @codehaha

11/27/2012 at 08:45PM

14
#149 - Yann Moisan / @YannMoisan

01/12/2013 at 09:42PM

14
#150 - Trevor Powell / @DoomedBunnies

03/20/2013 at 04:26AM