christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Add support for vim keybindings #117

Open Widdershin opened 8 years ago

Widdershin commented 8 years ago

Hi y'all, I've created a similar project specifically for trying Cycle.js.

http://widdersh.in/tricycle/

I want to deprecate tricycle and replace it with webpack-bin. However, one of the features I really like in tricycle is the vim support from using ace editor.

Is such a feature something you'd be interested in having in webpack-bin? If so I'm happy to have a crack at implementing it.

christianalfoni commented 8 years ago

@bfitch is actually working on it as well. CodeMirror has VIM mode and it is pretty much ready, maybe you guys can talk? :-)

bfitch commented 8 years ago

Hey @Widdershin! If you checkout webpack-bin#master you'll actually see some commented out code for toggling on vim mode in codemirror. It sorta, kinda works, but not completely. I've been trying to debug off and on for a little bit and would love a second set of eyes on it. The main problem seems to be toggling vim mode off, back to normal editing mode.

I would really love to get vim mode working too. I would use webpack-bin even more than I already do! :)