Why Vim? Isn't Visual Studio Code Enough? Today you can find Vim-like modes in almost any editor and IDE that you can imagine. But the impact of Vim doesn't stop with Vim, Vim's ideas are so very remarkable that they've trascended the Vim editor itself and propagated into other editors. Vi's latest and most celebrated incarnation is Vim ( Vi IMproved and formerly Vi IMitation) which works both with text and graphical interfaces, comes with a plethora of improvements over vi and is supported on every platform known to humankind. That is, it has a mode for inserting text, another for editing text, a different one for selecting text, and so on. It was designed to work on contraptions called terminals with the very uncommon yet inspired characteristic of functioning in a modal fashion. Vi is an ancient text editor, old even before the first age of the world. I'll guide you through all the concepts and techniques you need to know to be effective with VSCode and Vim. This article doesn't assume any prior Vim knowledge so don't worry if you aren't familiar with Vim.
It's modal nature and text editing features make it unique amongst other editors.
It comes with great defaults and is super easy to use and to get started with. It offers an unparalleled user experience with great support for many languages and development ecosystems. Configure shortcut keys 1.This article was originally posted in.