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
#391 - No Holiness / @NoHoliness

10/03/2015 at 10:59AM

16
#392 - Yahyalexandre33 / @yahyalexandre33

03/14/2016 at 07:03PM

16
#393 - Bogumił Kamiński / @BogumilKaminski

05/01/2016 at 09:38PM

16
#394 - Peter Brynza / @v3_1

08/19/2016 at 09:19PM

16
#395 - И К / @igorjan94

09/15/2016 at 08:25AM

16
#396 - Etienne Florent / @EtienneFlorent

11/28/2016 at 08:56AM

16
#397 - Liam S Ismail / @AC01Y

04/04/2017 at 09:33PM

16
#398 - Geoff / @RealGeoffErwin

12/18/2017 at 09:43PM

16
#399 - Paul Draghicescu / @pdragy

03/22/2018 at 07:30AM

16
#400 - aaa1195 / @aaa11954

08/03/2018 at 06:52PM

16
#401 - Luis Rodriguez / @luisthecoder

11/16/2018 at 02:11AM

16
#402 - Michaël Lévesque-Dion / @mlevesquedion

04/26/2019 at 12:43AM

16
#403 - Phoon / @justflashhim

05/11/2019 at 03:10AM

16
#404 - vimgolfaccfekxh / @vimgolfaccfekxh

10/20/2022 at 01:05PM

16
#405 - steve / @steve35773420

12/02/2022 at 02:57AM

16
#406 - Hugh / @deeoh22

12/14/2022 at 12:43AM

17
#407 - celery rho gamma / @rentalcustard

12/21/2011 at 05:01PM

17
#408 - Beau Dacious / @nocash

12/21/2011 at 05:52PM

17
#409 - Kent Sibilev / @datanoise

12/21/2011 at 06:17PM

17
#410 - Sergi Sorribas / @lerovitch

12/22/2011 at 12:34PM

17
#411 - 0x5042 / @0x5042

12/24/2011 at 07:40AM

17
#412 - Thijs Brobbel / @tiesmaster

12/28/2011 at 04:04PM

17
#413 - Dj Vimgolf / @dj_vimgolf

12/31/2011 at 12:49AM

17
#414 - Raj Sahae / @rajsahae

01/02/2012 at 10:31PM

17
#415 - Dave E / @DaveRElliott

01/04/2012 at 11:29PM

17
#416 - Burkhard Zimmermann / @BurkZimm

01/06/2012 at 01:28PM

17
#417 - Matt Woelk / @MattWoelk

01/12/2012 at 05:52AM

17
#418 - Forrest L Norvell / @othiym23

01/27/2012 at 11:43AM

17
#419 - Ethan / @ethanmiller

01/31/2012 at 12:09AM

17
#420 - SeanPlusPlus / @SeanPlusPlus

01/31/2012 at 06:55AM