mawww / golf

Some vimgolfs challenges and along with Kakoune solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kakoune vimgolf challenges

Here are some vimgolf challenges along with their Kakoune solutions.

Theses benchmark serves as regressions tests and as a comparison against vim.

Each challenge directory contains a in, out and cmd file. in and out files are directly copied from vimgolf websites, the cmd file contains the keys used to solve the challenge.

For ease of comparison, we use a special mapping ,q for :wq<ret>, which mimics the vim ZZ binding.

  • The golf.sh script runs the challenges in current directory and display results.

  • The vgscore.sh script retrieves the current top scores from vimgolf website, run it first so that golf.sh can display a comparison.

  • The vgdl.sh script retrieves a challenge from the vimgolf.com website

About

Some vimgolfs challenges and along with Kakoune solutions

License:The Unlicense


Languages

Language:Shell 73.3%Language:Ruby 14.7%Language:Python 12.1%