|
|
|
|
|
by nobleach
2306 days ago
|
|
One of the biggest issues with Vim emulation in VSCode is that VSCode has no concept of text objects. Because of this, things like "change inner word" or "paste" will always have to delete text character by character and re-type (in the case of the latter). It's sort of like watching a ghost type. I'm still very impressed with how well it's all working. Atom has AMAZING Vim emulation, but its text rendering engine is different. It'll be interesting to see what the Oni folks come up with. |
|