Y
Hacker News
new
|
ask
|
show
|
jobs
by
agileAlligator
1664 days ago
You can try vim emulation inside vscode, there is an extension for that.
https://marketplace.visualstudio.com/items?itemName=vscodevi...
3 comments
stavros
1664 days ago
I do use that, and it's OK, but I just can't get used to the VS Code workflow or something...
link
ekianjo
1664 days ago
It does not support all vims features.
link
cvak
1664 days ago
there's also this:
https://github.com/asvetliakov/vscode-neovim
link
kblev
1664 days ago
What is a vim emulator?
link
da39a3ee
1664 days ago
An editor extension that makes the editor behave like vim as far as editing operations are concerned (so modal, etc). E.g. Emacs has very accurate vim emulation in evil-mode.
link