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):
17
#481 - Chenut Ludovic / @7Brwa7

03/31/2016 at 09:44AM

17
#482 - Ben Hill / @KaizenSoze70

05/09/2016 at 06:27PM

17
#483 - Leix b / @leix_b

07/23/2016 at 06:06PM

17
#484 - André Peric Tavares / @AndrePeric

07/31/2016 at 02:28PM

17
#485 - Will / @obiwan__k3n00bi

08/17/2016 at 04:27AM

17
#486 - PeterGC / @petkusGC

08/25/2016 at 10:11PM

17
#487 - BlackCap / @BlackCapCoder

11/30/2016 at 12:58PM

17
#488 - Daniel / @Daniel00288663

03/27/2017 at 11:46AM

17
#489 - Saul Hardman / @saulhardman

08/24/2017 at 07:56AM

17
#490 - Romain D. / @r_dulery

02/06/2018 at 07:35PM

17
#491 - Evgeny`s Kindle / @EvgenyKindle

05/03/2018 at 07:13AM

17
#492 - wrglprmft1 / @wrglprmft1

01/26/2019 at 03:11PM

17
#493 - Jose Elera / @jelera

01/29/2020 at 01:41AM

17
#494 - KoroneListener / @KoroneListener

09/04/2024 at 12:56PM

18
#495 - Vivus Ignis / @vivus_ignis

12/22/2011 at 04:17PM

18
#496 -  Ikhsan Maulana / @ixandidu

01/07/2012 at 05:00AM

18
#497 - Kiss György / @Walkman_

01/08/2012 at 04:39AM

18
#498 - Aerrie Seo / @pblinne

01/10/2012 at 02:26PM

18
#499 - Neal Lewis / @neal_lewis

01/11/2012 at 03:24PM

18
#500 - D. Marano / @pleiadeez

01/13/2012 at 01:46AM

18
#501 - Logan Glasson / @logan12358

01/28/2012 at 08:16AM

18
#502 - Rob C. Grant / @rob_c_grant

01/28/2012 at 04:12PM

18
#503 - Titan Tang / @titantang

01/31/2012 at 04:48AM

18
#504 - MONOLITH / @Compulith

01/31/2012 at 08:32AM

18
#505 - Dan Hart / @DHJHart

02/07/2012 at 06:16PM

18
#506 - dzderic / @dzderic

02/08/2012 at 09:07AM

18
#507 - Peter Anselmo / @peter_anselmo

03/02/2012 at 05:06PM

18
#508 - Kubek2k / @kubek2k

03/08/2012 at 08:37AM

18
#509 - Chris Thorn / @thorncp

05/01/2012 at 09:58PM

18
#510 - Carlos Hernando / @chernando

06/13/2012 at 06:49PM