spyder-ide / spyder-vim

A plugin for Spyder to enable Vim keybindings
https://www.spyder-ide.org
MIT License
126 stars 26 forks source link

need to tweak c commands to end in insert mode #66

Closed jasonboh closed 4 years ago

jasonboh commented 4 years ago

Hi guys,

Thanks so much for working on this. If I had the know-how, I'd help too. I am asking if you could tweak the c commands such that you end up in insert mode instead of normal mode after the command. As of now, the d and c commands behave exactly the same.

For example dw deletes word and ends in normal mode and then cw should delete word and end in insert mode

Thanks! Jason