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
#451 - Eric Potter / @pottereric

06/11/2013 at 05:59PM

17
#452 - RobertT / @techrt2050

07/19/2013 at 06:18AM

17
#453 - Brian Besmanoff / @BrianBesmanoff

08/05/2013 at 01:17AM

17
#454 - apof / @9pof

09/14/2013 at 10:12PM

17
#455 - Hiro Suzuki / @hiro_suzuki

10/29/2013 at 10:06AM

17
#456 - Brett Cassette / @brettcassette

12/02/2013 at 01:43AM

17
#457 - Jérémy Autran / @jjautran

01/29/2014 at 09:16PM

17
#458 - João Paiva / @jgpaiva

01/30/2014 at 04:36PM

17
#459 - Ali El Amine / @Allouch95

02/02/2014 at 07:06PM

17
#460 - Geetthu Joseph / @geethuaj

03/21/2014 at 07:35AM

17
#461 - Peter Strawson / @PeterStrawson

04/08/2014 at 09:58PM

17
#462 - Mick Garvey / @blarko

04/23/2014 at 05:40PM

17
#463 - Kyle Travis / @kmakai

05/16/2014 at 06:36PM

17
#464 - Jake Eaton / @Jake__Eaton

06/01/2014 at 07:12AM

17
#465 - Subhi Dweik / @SubhiDweik

06/02/2014 at 11:38PM

17
#466 - Alan Sherman / @InfoLeak117

06/05/2014 at 06:37PM

17
#467 - Adrian Bradd / @keepab

07/04/2014 at 03:37PM

17
#468 - Dave Powell / @d_pow_pow

09/09/2014 at 02:09AM

17
#469 - Jose Gutierrez / @Jogusa

09/20/2014 at 03:33PM

17
#470 - jptomoya / @_jptomoya

10/18/2014 at 09:20AM

17
#471 - CJ Avilla / @cjav_dev

11/12/2014 at 04:56PM

17
#472 - Adrien Canuel / @AdrienCanuel

11/20/2014 at 02:24PM

17
#473 - SilentFl / @Silent_Fl

01/27/2015 at 10:37AM

17
#474 - vgmct / @vgmct

04/26/2015 at 04:54AM

17
#475 - Cosmin Banu / @cosminb82

05/06/2015 at 11:13PM

17
#476 - Clément / @clement_frndz

06/18/2015 at 10:29PM

17
#477 - Aaron Fortune / @aaron_fortune

09/20/2015 at 04:33AM

17
#478 - Rémi / @daaaaft

11/18/2015 at 03:28PM

17
#479 - Laurent Atlan / @laurentatlan1

12/29/2015 at 11:25PM

17
#480 - Antoine Brunet / @AntoineBrunet

01/13/2016 at 07:05PM