Hi!
I just installed vimgolf via:
(use-package vimgolf
:ensure t
)
Testing the package with my Emacs 26.3 went fine. Btw, you did know that GitHub renders Org mode README files as well, right? ;-)
What I would like to see is:
M-x vimgolf
- start a challenge with an ID
- buffer layout:
- top = editing space
- bottom left = expected result
- bottom right = shortcut table from README
My issue was that I did not remember all the bindings. Furthermore: README.md lists vimgolf-submit with C-c C-v C-c in text and C-c C-v C in table. This is contradicting.
So: show the (correct) table in the additional buffer and new vimgolfers are able to do everything right from the start.
Optional: provide a customization variable to disable that additional buffer for vimgolf pros.
Hi!
I just installed vimgolf via:
Testing the package with my Emacs 26.3 went fine. Btw, you did know that GitHub renders Org mode README files as well, right? ;-)
What I would like to see is:
M-x vimgolfMy issue was that I did not remember all the bindings. Furthermore: README.md lists
vimgolf-submitwithC-c C-v C-cin text andC-c C-v Cin table. This is contradicting.So: show the (correct) table in the additional buffer and new vimgolfers are able to do everything right from the start.
Optional: provide a customization variable to disable that additional buffer for vimgolf pros.