Hacker News new | ask | show | jobs
by MarkSweep 5051 days ago
If you view-source on this release you can see a vim.js file is included with vim bindings. I was able to activate them by setting a breakpoint in chrome on line 2098 of codemirror.js and typing this in the console:

  CodeMirror.defaults["keyMap"]="vim"
Presumably there will be a better way to turn them on in the future.