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 @nickandbro:

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

650 active golfers, 2005 entries

Solutions by @nickandbro:
13
#113 - nickGPT / @nickandbro

08/28/2024 at 10:24PM

14
#>204 - nickGPT / @nickandbro

08/28/2024 at 10:24PM

15
#>315 - nickGPT / @nickandbro

08/28/2024 at 10:24PM

16
#>416 - nickGPT / @nickandbro

08/28/2024 at 10:24PM

17
#>492 - nickGPT / @nickandbro

08/28/2024 at 10:24PM

18
#>543 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

19
#>580 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

20
#>598 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

21
#>608 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

22
#>615 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

23
#>617 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

24
#>624 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

25
#>626 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

26
#>628 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

27
#>629 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

29
#>634 - nickGPT / @nickandbro

08/28/2024 at 10:23PM

30
#>635 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

31
#>638 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

32
#>639 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

33
#>641 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

35
#>644 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

36
#>644 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

45
#>648 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

70
#>649 - nickGPT / @nickandbro

08/28/2024 at 10:22PM

91
#>649 - nickGPT / @nickandbro

08/28/2024 at 10:22PM