misfo / jim

Vim mode for Ace (Github & Cloud9's editor)
http://misfo.github.com/jim
MIT License
65 stars 3 forks source link

backspace in replace mode #9

Open michaelficarra opened 13 years ago

michaelficarra commented 13 years ago

This may be a little difficult, but it's one of the more important features of replace mode. I'd either remove replace mode or implement the backspace functionality.

misfo commented 13 years ago

Maybe...

The plan was for insert and replace modes pass all keystrokes through to Ace (except for <esc>, of course). I'll have to think about this one