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 55d7692d134b34420f05ac0b

Add to end of each line... kinda

Visual-block mode can be used to add something to the end of each line, even if they are of differing lengths. However, what if it's not quite at the end?

Start file
function! FixLatexChars() 
        execute
'%s/\\/\\textbackslash{}/c'
        execute
'%s/#/\\#/c'
        execute
'%s/\$/\\$/c'
        execute
'%s/%/\\%/c'
        execute
'%s/&/\\&/c'
        execute
'%s/_/\\_/c'
endfunction
End file
function! FixLatexChars() 
        execute
'%s/\\/\\textbackslash{}/ce'
        execute
'%s/#/\\#/ce'
        execute
'%s/\$/\\$/ce'
        execute
'%s/%/\\%/ce'
        execute
'%s/&/\\&/ce'
        execute
'%s/_/\\_/ce'
endfunction

View Diff

2,7c2,7
<       execute '%s/\\/\\textbackslash{}/c'
<       execute '%s/#/\\#/c'
<       execute '%s/\$/\\$/c'
<       execute '%s/%/\\%/c'
<       execute '%s/&/\\&/c'
<       execute '%s/_/\\_/c'
---
>       execute '%s/\\/\\textbackslash{}/ce'
>       execute '%s/#/\\#/ce'
>       execute '%s/\$/\\$/ce'
>       execute '%s/%/\\%/ce'
>       execute '%s/&/\\&/ce'
>       execute '%s/_/\\_/ce'

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 173 remaining solutions by signing in and submitting your own entry
#174 Theodore DeRego / @tedsta0 - Score: 21 - 12/08/15 @ 03:20
j$ie<Esc>vyjqgPj$q4@g:wq<CR>

0 comments


Created by: @Flurrywinde

174 active golfers, 333 entries

Leaderboard (lowest score wins):
13
#121 - daniel olsson / @glajan

08/27/2015 at 05:10PM

13
#122 - Osleg aka Akira ^_^ / @4k1r4

08/28/2015 at 03:16AM

13
#123 - Léo S / @LeoSauvaget

08/28/2015 at 12:34PM

13
#124 - Mikołaj Morzy / @MikolajMorzy

09/01/2015 at 09:09PM

13
#125 - A / @Tower_1980

09/03/2015 at 12:41PM

13
#126 - Nicholas Marrone / @nickmarrone

09/05/2015 at 10:42PM

13
#127 - Mika .B / @Michael_Ben_Ali

09/10/2015 at 02:26PM

13
#128 - Joey / @joeyism101

09/12/2015 at 02:54PM

13
#129 - dd / @dd22147119

09/14/2015 at 03:04PM

13
#130 - Alex Bartol / @alexbartol

09/15/2015 at 05:58PM

13
#131 - Shreyas Kulkarni / @ghatotkatch

09/15/2015 at 07:43PM

13
#132 - Tamas Gal (Tom) / @tamasgal

09/26/2015 at 08:11AM

13
#133 - Sam Cristall / @sbcristall

09/28/2015 at 05:23PM

13
#134 - Slavisa Djukic / @ssdjuka

09/30/2015 at 09:52PM

13
#135 - ggdGiBork:3^[:wq / @CopperBadger

10/06/2015 at 12:57AM

13
#136 - Ronnie McCall / @RonnieMcC

10/07/2015 at 01:23AM

13
#137 - Pin / @ponfelipon

10/08/2015 at 05:18PM

13
#138 - Anshu Avinash / @anshu_avinash

10/17/2015 at 10:17PM

13
#139 - roboguy / @roboguy

10/19/2015 at 04:33AM

13
#140 - Shobhit Gupta / @shobhitg

10/26/2015 at 09:18PM

13
#141 - mnx / @mnxx

11/15/2015 at 05:52PM

13
#142 - Andre Danielsson / @DanielssonAndre

02/08/2016 at 08:13PM

13
#143 - Kyouma / @kyoumaJohn

10/14/2016 at 07:33PM

13
#144 - Alexander Gryson / @agryson

05/01/2017 at 04:12PM

13
#145 - Remus Dalrymple / @bornintheflames

05/09/2017 at 06:56AM

13
#146 - zmf_tim / @zmf_tim

08/04/2018 at 09:11PM

13
#147 - Jurica / @Jurica34581259

12/06/2018 at 03:51AM

13
#148 - Mihai / @mihaicristiant

02/04/2019 at 12:41PM

13
#149 - Mateen Ulhaq / @sicariusnoctis

02/12/2019 at 02:25AM

13
#150 - yokibahim / @yokibahim

10/21/2019 at 07:32PM