You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lu's js clone (https://github.com/coolwanglu/vim.js) seems to be a more user-friendly and intuitive experience compared with codemirror. Lu's clone also handles a faster key-repeat/low latency responsiveness.
Also, the js dialog for command entry that's currently in the plugin is pretty suboptimal (not sure if this is a standard notes or a codemirror limitation, though.)
Anyway, just figured I'd throw this out there to see if there's any traction. Thanks!
The text was updated successfully, but these errors were encountered:
Hmm, indeed, looks very nice. But looks like it's been abandoned? Also not clear from a quick glance whether it's fully client-side, or whether it requires some server component..
Yeah, doesn't look actively developed, but it's basically a cherry-picked version of the original vim c code compiled down to JS using emscripten (https://emscripten.org) <-- which is pretty frickin awesome, actually.
Uh oh!
There was an error while loading. Please reload this page.
Lu's js clone (https://github.com/coolwanglu/vim.js) seems to be a more user-friendly and intuitive experience compared with codemirror. Lu's clone also handles a faster key-repeat/low latency responsiveness.
Also, the js dialog for command entry that's currently in the plugin is pretty suboptimal (not sure if this is a standard notes or a codemirror limitation, though.)
Anyway, just figured I'd throw this out there to see if there's any traction. Thanks!
The text was updated successfully, but these errors were encountered: