XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.3k stars 181 forks source link

Better behavior with refactor->rename #168

Open patniemeyer opened 6 years ago

patniemeyer commented 6 years ago

It would be nice if XVim behaved better during an XCode refactor->rename interaction or if it were simply disabled in that context. I'm not sure how hacky it would be to intercept the return key and have it accept the rename instead of breaking the line... More generally I've noticed some cases where the editing becomes broken in general and entering characters skips around. If I can isolate an example I will send it.

Thanks for your fantastic work on XVim/XVim2!

kr15hna commented 6 years ago

CMD+return accepts the rename without breaking into a new line.