I'm not able to reproduce this. Exactly what keys are you pressing? Thanks.
Perhaps one of the codewars developers can corroborate this, but they are using CodeMirror's vim.js for their emulation:
vim.js
https://github.com/marijnh/CodeMirror/blob/c09f54c1b72d2c302c360120522815d159609261/keymap/vim.js
It's got problems. Y doesn't behave correctly, which drives me nuts.
Y
You should probably open up issues upstream.
Loading collection data...
I'm not able to reproduce this. Exactly what keys are you pressing? Thanks.
Perhaps one of the codewars developers can corroborate this, but they are using CodeMirror's
vim.js
for their emulation:https://github.com/marijnh/CodeMirror/blob/c09f54c1b72d2c302c360120522815d159609261/keymap/vim.js
It's got problems.
Y
doesn't behave correctly, which drives me nuts.You should probably open up issues upstream.