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):
19
#571 - shugen / @shugeno

03/25/2015 at 08:37PM

19
#572 - Gerald Tilma / @GeraldTilma

10/19/2015 at 04:27AM

19
#573 - Kevin Burns / @kburnsinfo

02/19/2016 at 01:39AM

19
#574 - Ian van der Linde / @Ian_vdl

09/16/2016 at 05:13PM

19
#575 - Spacesh1p / @spacesh1pdev

01/08/2018 at 02:49PM

19
#576 - z0c / @zerocabal

06/11/2018 at 01:01PM

19
#577 - Di Peng / @DCodier

10/31/2018 at 12:58PM

19
#578 - Jurica / @Jurica34581259

11/16/2018 at 01:51PM

19
#579 - @abimelechbeutelbilch@fulda.social 𝕏 / @FHashitoku

05/08/2020 at 03:08PM

19
#580 - z_r_a / @z_r_a

01/08/2021 at 03:12AM

19
#581 - Benjamin / @BenjaminBashar

11/19/2022 at 10:47AM

19
#582 - J. R. Felix / @Master_Groove

04/20/2023 at 05:02AM

20
#583 - Scott Raymond / @sco

12/31/2011 at 08:38AM

20
#584 - Jan Sedivy / @jan_sedivy

02/05/2012 at 05:59PM

20
#585 - Julio Silva / @9jb

03/07/2012 at 01:35AM

20
#586 - Kenton Newby / @kentonnewby

03/27/2012 at 10:56PM

20
#587 - James Chiang / @jamesjn5

04/01/2012 at 04:00AM

20
#588 - Ernesto Jiménez / @ernesto_jimenez

04/01/2012 at 04:17PM

20
#589 - Mike Verkhovykh / @mihver1

04/25/2012 at 12:49PM

20
#590 - Viktor Jackson / @AntiStalinista

05/05/2012 at 06:40AM

20
#591 - Dave C / @dmlc133

05/14/2012 at 12:42PM

20
#592 - n0nick / @n0nick

11/19/2012 at 02:25PM

20
#593 - Fake Name / @The_Real_User

01/06/2014 at 10:09PM

20
#594 - Jacob / @jayekub

03/23/2014 at 09:37PM

20
#595 - LLiseil / @lliseil

07/14/2014 at 04:50PM

20
#596 - Patrick Pitoscia / @Patrick03960431

08/05/2014 at 02:06AM

20
#597 - Suhail Patel / @suhailpatel

10/13/2014 at 08:58PM

20
#598 - CoCo Loco / @lc2817

07/30/2015 at 06:23AM

20
#599 - Gurukandhamoorthi / @Gurukandhamoor1

07/11/2017 at 02:23PM

20
#600 - Miaomiao@.dandan / @Miaomiao_dandan

01/24/2022 at 07:50AM