vimgolf
vimgolf copied to clipboard
Real Vim ninjas count every keystroke - do you?
It would be nice to have a page for new users to get up to speed with how VimGolf works. #feature-request Maybe some good starter exercises or a little tutorial...
It gets hard to see the unique answers, especially as you work your way towards answers with the fewest strokes. It would be great to have a way to celebrate...
It would be nice if the $ sign on the black box in the website wasn't selectable so I could quickly double click on the `vimgolf put 5462e3f...` without having...
I have a personal VimGolf repository for my solutions and I would like to source control some of the challenge data (e.g., description, input, output) in my repository to help...
It would be great if this followed the XDG Base Dir Spec instead of dumping the config files in `$HOME`. https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html `$XDG_CONFIG_HOME/vimgolf/config` should be the default home of the config,...
On some challenge Ctrl V is counted as 2 keystrokes rather than one: Vimgolf shows `VGld=GZZ` rather than `Gld=GZZ` This is the challenge in question : https://www.vimgolf.com/challenges/9v0064f211df000000000255
this PR will make vimgolf use [neovim](https://neovim.io) as the default editor if is installed in the computer, the self function is [multiplataform](https://stackoverflow.com/questions/2108727/which-in-ruby-checking-if-program-exists-in-path-from-ruby) so it will run on Windows too.
Dear mainteners, The page https://www.vimgolf.com/about return a 500 : > We're sorry, but something went wrong. Thank you for keeping the game free , up and running;
The next Neovim release, version 0.5, [removes](https://github.com/neovim/neovim/issues/11972) the `-Z` flag (restricted mode), which vimgolf [uses](https://github.com/igrigorik/vimgolf/blob/0828afaf1b858fc9cfa9e57106abecf1fd172e51/lib/vimgolf/lib/vimgolf/cli.rb#L112) to disable the use of external shell commands and other functionality. This will break vimgolf...