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
#151 - Justin / @justinjaffray

04/28/2013 at 03:07AM

14
#152 - Drew Neil / @nelstrom

08/27/2013 at 08:31AM

14
#153 - Raphaël Saunier / @RaphaelSaunier

08/27/2013 at 07:46PM

14
#154 - isayoldchap / @isayoldchap

09/07/2013 at 02:52PM

14
#155 - codegourmet / @codegourmet

10/01/2013 at 01:01PM

14
#156 - Adam McLain / @adammclain

10/03/2013 at 12:56AM

14
#157 - thasso / @thasso23

11/01/2013 at 06:13PM

14
#158 - lastsseldon / @lastsseldon

11/04/2013 at 03:10AM

14
#159 - gary.klindt@googlema / @garstekli

11/19/2013 at 12:26AM

14
#160 - Quota / @Quotad

01/16/2014 at 08:51AM

14
#161 - Andreas Källberg / @Anka213

01/17/2014 at 05:12AM

14
#162 - Joonas Pihlajamaa / @jokkebk

02/11/2014 at 01:31PM

14
#163 - Marchand Paul-Valère / @pvmarch

02/27/2014 at 09:18AM

14
#164 - Sean Huber / @bonquesha99

03/13/2014 at 02:49PM

14
#165 - Arpitha George / @arpithageorge

03/22/2014 at 09:41AM

14
#166 - Pedro Santos / @pedrosans

03/25/2014 at 07:46PM

14
#167 - playalong / @playwithit42

07/09/2014 at 08:06AM

14
#168 - Caek / @Caek_

07/16/2014 at 05:47AM

14
#169 - MonkeyBrains ISP / @monkeybrainsnet

07/27/2014 at 05:21AM

14
#170 - Justin Knag / @justinknag

09/03/2014 at 04:55AM

14
#171 - Dario Avitabile / @tutticapaci

09/05/2014 at 10:15AM

14
#172 - yachi / @yaachi

12/31/2014 at 07:26AM

14
#173 - mark0829 / @mark0829

02/02/2015 at 12:15PM

14
#174 - Robert Robertson / @RobertC3228687

06/12/2015 at 08:22PM

14
#175 - Skúli Jóhannsson / @skulibj

06/26/2015 at 05:08PM

14
#176 - Jaron Hamlik / @jdhamlik

02/27/2016 at 11:51PM

14
#177 - Dimitar Dimitrov / @kurkale6ka

03/15/2016 at 04:21PM

14
#178 - Ram Tamtam / @ramtamtamtam

06/30/2016 at 02:51PM

14
#179 - Vaisian / @Vaisian

07/09/2016 at 01:49PM

14
#180 - retro / @tryphopp

11/12/2016 at 05:51PM