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 by @justinknag:

Unlock 12 remaining solutions by signing in and submitting your own entry
Created by: @alimoeeny

652 active golfers, 2009 entries

Solutions by @justinknag:
14
#170 - Justin Knag / @justinknag

09/03/2014 at 04:55AM

15
#>282 - Justin Knag / @justinknag

09/03/2014 at 04:30AM

15
#>282 - Justin Knag / @justinknag

09/03/2014 at 05:00AM

16
#>395 - Justin Knag / @justinknag

09/03/2014 at 04:27AM

16
#>395 - Justin Knag / @justinknag

09/03/2014 at 04:29AM

17
#>467 - Justin Knag / @justinknag

09/03/2014 at 04:23AM

17
#>467 - Justin Knag / @justinknag

09/03/2014 at 04:24AM

19
#>569 - Justin Knag / @justinknag

09/03/2014 at 04:53AM

20
#>596 - Justin Knag / @justinknag

09/03/2014 at 01:42PM

22
#>614 - Justin Knag / @justinknag

09/03/2014 at 04:18AM

28
#>631 - Justin Knag / @justinknag

09/03/2014 at 04:20AM

57
#>650 - Justin Knag / @justinknag

09/03/2014 at 04:51AM