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):
18
#511 - Tyler Breisacher / @tbreisacher

08/26/2012 at 06:57PM

18
#512 - Viswanath Sivakumar / @viswanathgs

08/30/2012 at 10:49AM

18
#513 - JustGage / @JustGage

09/03/2012 at 03:45PM

18
#514 - curist / @curist

07/09/2013 at 02:45AM

18
#515 - Dave Aitken / @actionshrimp

08/27/2013 at 06:55PM

18
#516 - Bjorn / @bjorn_248

09/12/2013 at 02:18PM

18
#517 - Fernando Axel Ellis / @Axel_Ellis

09/17/2013 at 03:20PM

18
#518 - A. N. / @arez42

10/24/2013 at 06:44AM

18
#519 - mwcz / @mwcz

11/01/2013 at 06:27PM

18
#520 - Zach Kemp / @zvksf

12/13/2013 at 08:16AM

18
#521 - raymangum / @raymangum

12/26/2013 at 10:29PM

18
#522 - Caleb Perkins / @tollbooth

01/29/2014 at 07:57AM

18
#523 - Павел Игоревич / @VizierST

02/03/2014 at 09:39PM

18
#524 - John Gray Cole / @johngraycole

04/24/2014 at 01:17AM

18
#525 - mathac / @mathacgolf

05/05/2014 at 07:45PM

18
#526 - Peeby Thirtyone / @peeby31

05/11/2014 at 12:11PM

18
#527 - 土ヤ / @ttsuchiya

06/23/2014 at 10:21AM

18
#528 - Kirill / @wedens_

07/14/2014 at 05:03AM

18
#529 - r. / @rmarvie

12/19/2014 at 09:47PM

18
#530 - Zuzana Dostalova / @Jocinka

03/15/2015 at 09:34PM

18
#531 - ಸುಬ್ರಹ್ಮಣ್ಯ ಜೋಶಿ / @subbucoding

04/03/2015 at 08:48PM

18
#532 - Mauro Persano / @fzort

06/05/2015 at 10:23PM

18
#533 - Endre Galaczi / @galacziendre

08/11/2015 at 04:54PM

18
#534 - coltruindie / @e10nevwa

10/12/2015 at 01:01PM

18
#535 - ハチポケッツ / @8pockets

11/27/2015 at 04:51AM

18
#536 - TETSU / @kaoru6strings

04/18/2016 at 03:01AM

18
#537 - Daniel Bellenger / @DanielBellenger

09/30/2016 at 08:02PM

18
#538 - Remus Dalrymple / @bornintheflames

05/07/2017 at 11:07PM

18
#539 - phucvin / @phucvin

02/14/2018 at 05:00PM

18
#540 - Brent Woo / @BrentPWoo

10/05/2018 at 08:46PM