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 634 remaining solutions by signing in and submitting your own entry
#635 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

635 active golfers, 1928 entries

Leaderboard (lowest score wins):
16
#331 - James Freed / @JamesTFreed

02/02/2012 at 11:09PM

16
#332 - Flugsio / @flugsio

02/05/2012 at 07:40PM

16
#333 - siddhy / @just_sid

02/08/2012 at 11:34AM

16
#334 - Dave Smylie / @davesmylie

02/08/2012 at 08:19PM

16
#335 - Rasmus P / @rasmup

02/08/2012 at 09:24PM

16
#336 - Kɪᴇʀᴀɴ / @kgleeson

02/09/2012 at 10:42PM

16
#337 - Fabien Cazenave / @fabi1cazenave

02/16/2012 at 02:44PM

16
#338 - koozie / @koozie

03/06/2012 at 01:53AM

16
#339 - Bartłomiej Kozal / @bkzl_

03/26/2012 at 09:14PM

16
#340 - Ehren Murdick / @rubyprogrammer

03/27/2012 at 09:12PM

16
#341 - Alex David / @alexd_me

03/27/2012 at 09:27PM

16
#342 - Pepe / @GomTvIneluki

04/16/2012 at 05:01PM

16
#343 - keyboardsurfer / @keyboardsurfer

04/24/2012 at 07:19PM

16
#344 - jDeveloper / @jDevEE

04/25/2012 at 08:20PM

16
#345 - Mac Heller-Ogden / @twosoul

05/01/2012 at 07:31PM

16
#346 - ise0615 / @ise0615

05/02/2012 at 06:45PM

16
#347 - Krallja / @krallja

05/20/2012 at 07:22PM

16
#348 - Tomas Frostensson / @frostensson

05/22/2012 at 03:42PM

16
#349 - jimdev / @jimdev2

05/25/2012 at 07:13AM

16
#350 - quintin / @quintinjeannoel

05/30/2012 at 09:04PM

16
#351 - Michael Blatherwick / @rogue_michael

07/06/2012 at 10:33AM

16
#352 - mlu / @_mlu

07/26/2012 at 09:02AM

16
#353 - vansan / @VinceVansan

08/21/2012 at 08:56PM

16
#354 - Théophile Wallez / @twallez

08/23/2012 at 10:04PM

16
#355 - Javier Cervantes / @solojavier

09/05/2012 at 09:14PM

16
#356 - Jason Wolf / @zephyr_wolf

11/08/2012 at 01:40PM

16
#357 - Claudio Ortolina / @cloud8421

11/27/2012 at 08:41PM

16
#358 - Runar / @runarfu

12/04/2012 at 06:34PM

16
#359 - ajh / @AlexJHammel

12/27/2012 at 03:19PM

16
#360 - George GZ Zakhour / @AlloGeorge

06/25/2013 at 12:03PM