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 5e319945224f4100097c9609

Aliases for cd

Create these beautiful aliases with as few strokes as possible. Are you up for the challenge?

Start file
alias c.='cd ..'
End file
alias c.='cd ..'
alias c..='cd ../..'
alias c...='cd ../../..'
alias c....='cd ../../../..'
alias c.....='cd ../../../../..'

alias c1='cd ..'
alias c2='cd ../..'
alias c3='cd ../../..'
alias c4='cd ../../../..'
alias c5='cd ../../../../..'

View Diff

1a2,11
> alias c..='cd ../..'
> alias c...='cd ../../..'
> alias c....='cd ../../../..'
> alias c.....='cd ../../../../..'
> 
> alias c1='cd ..'
> alias c2='cd ../..'
> alias c3='cd ../../..'
> alias c4='cd ../../../..'
> alias c5='cd ../../../../..'

Solutions by @BnnGolfer:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @rax0m

150 active golfers, 849 entries

Solutions by @BnnGolfer:
34
#42 - BnnGolfer / @BnnGolfer

03/21/2020 at 12:12AM

38
#>51 - BnnGolfer / @BnnGolfer

03/20/2020 at 11:34PM

39
#>57 - BnnGolfer / @BnnGolfer

03/20/2020 at 11:07PM

43
#>64 - BnnGolfer / @BnnGolfer

03/20/2020 at 11:04PM

44
#>67 - BnnGolfer / @BnnGolfer

03/20/2020 at 10:25PM

45
#>69 - BnnGolfer / @BnnGolfer

03/20/2020 at 09:33PM

47
#>89 - BnnGolfer / @BnnGolfer

03/20/2020 at 09:24PM